The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
35 views

readline() doesn't read from socket

s = new Socket(InetAddress.getByName(address), port); Thread.sleep(250); DataOutputStream outToServer = new DataOutputStream(s.getOutputStream()); BufferedReader inFromServer = new ...
1
vote
1answer
35 views

PostgreSQL LIKE on inet field

I need to perform the following query SELECT * FROM users WHERE ip LIKE '88.99.%' but inet fields do not support wildcards. At least not like I tried it. Should I try to convert the field into ...
0
votes
1answer
16 views

eglibc-2.16 libc.so missing ruserok

I'm creating an optimized embedded linux system for two different ARM boards, A RaspberryPi and a Gumstix Overo, both of which are using eglibc-2.16 for the GNU C library. But, I've noticed that my ...
2
votes
2answers
58 views

how does one extract octets from an inet value in postgres sql?

I would like to convert an inet formatted IPv4 address into the integer components. For example, turn '101.255.30.40' into oct1=101, oct2=255, oct3=30, and oct4=40. There are regex expressions that ...
0
votes
0answers
50 views

ReaSE integration in Omnet++

I tried integrating ReaSE in Omnet++, from IDE and through command line. INET built without any errors, except few warnings in Omnet++ IDE itself. Through IDE, I get some 115 Errors, and building ...
1
vote
0answers
51 views

Grails Groovy GORM ColumnTransformer Postgresql inet macaddr

We have a postgres database with column types like inet and macaddr We have generated Hibernate POJOs to use and can map these data types using @ColumnTransformer(write="inet(?)") The mapped field ...
0
votes
1answer
70 views

Retrieving an inet datatype from postgreSQL using Java?

How can I get an inet datatype from a postgres database using Java? I have tried: ResultSet foo = // query goes here // foo.getString("loopback"); But it throws an SQL exception, "Invalid Column ...
0
votes
1answer
53 views

How to do an if statement for URL resolve to a certain IP address?

If I use an URL www.stackoverflow.com then it'll resolve to an IP address of 31.13.72.49. This is no problem, I know how to do that with a simple code: InetAddress add = ...
0
votes
1answer
98 views

Converting IP Address input by using inet_ntop() & inet_pton() (C PROGRAMMING)

i'm trying to convert an IP address that's inputted by a user so that I can perform some bitwise operations on it and a address already stored in a structure. My problem is however that when the IP ...
0
votes
1answer
55 views

Erlang : {ok,{Ip,Port}} = inet:peername(Socket) check for error?

From the erlang reference for the peername function it shows there are two possible returns. One is the ip-address and port while the other is an error. The question I have is how would I create a ...
2
votes
1answer
228 views

How to connect to ftps site using microsoft internet transfer control 6.0 in vb6

In my exisiting visual basic 6 application I was connecting to an ftp site. Now the other side changed protocol to ftps and changed the port to 22. My code do not work properly. I get error vb FTP ...
1
vote
3answers
60 views

Java find whether two server are running in same machine

I have to find whether two servers are running in same host. I have two hosts but I can't compare them since one can have an ip address and the other may have a hostname. When I dug further I found ...
0
votes
1answer
150 views

How do I use MaxMind's GeoIP database to determine location?

So, I was told in my previous question that I can use the databases provided by MaxMind to determine locations. So, I got their databases downloaded from their site. They are csv files and open up ...
1
vote
2answers
132 views

How do I determine the location of a user based on IP address? [duplicate]

I want to create a Java program that will retrieve, automatically, the weather conditions from a meteorology service. To make it more interesting, I want to add a feature that will automatically ...
1
vote
1answer
108 views

How to connect two nodes via WLAN interface in OMNeT++?

I have three nodes in the network NodeA, NodeB and NodeC which are all WirelessHost. I have to connect NodeA and NodeB through ppp interface and also connect NodeB and NodeC through WLAN Interface. I ...
0
votes
0answers
27 views

How can I read OSPF dd_packet?

I want to read OSPF dd_packet and pipe out to a text file while OSPF example is running. How can I do that? Which method should I use?
0
votes
1answer
283 views

Transfer PDF file to ftp server in MS access 2007

I'm attempting to upload a pdf file to an ftp server. I've tried this by accessing the wininet dll but unsuccessfully. What is the best way to do this in MS Access 2007 VB6? I can call a .net dll, ...
3
votes
1answer
183 views

OMNET++: .gdbinit: no such file or directory?

I am using Inet, and I did some modifications for my work. I created a new class of addresses (I do not have any error). When I want to use this class in my files .cc I get this error: <!> ...
1
vote
1answer
144 views

what is the difference between gen_tcp:recv and prim_inet recv

What is prim_inet module , how it works ? i tried to google it but i didn't find any useful docs. i looked at the source file prim_inet.erl but nothing special there , dose prim_inet:async_recv spawn ...
1
vote
1answer
161 views

How to Print i-net Crystel Clear Report ex:(report.rpt) in java without opening Print Dialog Bog

How to Print i-net Crystel Clear Report ex:(report.rpt) in java without opening Print Dialog Bog. Can anybody give me some example in java using i-net crystel report. example Passing no of ...
0
votes
0answers
152 views

cdecl inet_ntop(int,void const *,char *,unsigned int)" referenced in function _main

I am using inet_ntop in my code to get the ip address of the offline captured files. I am getting the error error LNK2019: unresolved external symbol "char const*__cdecl inet_ntop(int,void const ...
0
votes
3answers
118 views

Ubuntu inet addr keeps changing

I'm doing my client side development in windows and my server side in linux (Which I run virtually). My client side socket is set to connect on the inet addr of my linux server (using localhost never ...
4
votes
1answer
357 views

As IPV6 needs 128 bits(16 bytes) then why in postgres CIDR datatype has storage as 24 byte(8.1) and 19byte(9.1)?

i am working with ipv4 and ipv6 to store in postgres db. as ipv4 needs 32 bits(4byte) and ipv6 needs 128(16byte) bits.then why in postgres CIDR and INET datatype has the storage as 12 byte and 24 ...
0
votes
1answer
200 views

Perl with inet_aton

My script is : foreach (@missing) { my $ipdone = $_; $sth = $dbh->prepare("UPDATE tbl_ips SET searched=\'1\' WHERE ip = '$ipdone'"); $sth->execute(); } And now we changed ip in ...
0
votes
2answers
345 views

SQL IN BETWEEN. Comparing records and ranges (two different tables)

I want records from ip which are not in a DHCP range. The ip table has over ten thousand records, the ranges about thousand. CREATE TABLE ip (ip int); CREATE TABLE dhcprange (start int,end int); ...
1
vote
1answer
55 views

inet PDFc unable to recognize characters

I was using PDFc to compare two files using ConsoleResultHandle. Both my files were similar , I had copy pasted them. This tool Pdfc after comparing was giving DEBUG - Unsupport CMap format: 6 I ...
1
vote
1answer
778 views

Objective-C: Get Default Gateway Information

How can I get my default Gateway IP and MAC Address in Objective-C? Right now, I was able to make a function to get the IP that uses arpa/inet.h it works fine, but I've no idea how to get the default ...
0
votes
1answer
166 views

How to change the Date format in crystel report

Can anybody tell me how to change the date format in crystal report. this is my coding. FormulaField for_date_of_birth = ...
1
vote
1answer
566 views

inet_aton similar function for IPv6

I am using inet_aton to convert IPv4 IP(216.12.207.142) to a string 3624718222. I use the following code for that: ip_dec = unpack('>L', inet_aton(ip))[0] Now I need to convert IPv6 ip ...
3
votes
2answers
735 views

How to return all directories from within FTP site into VB6 Listbox using Inet.OCX?

I have a VB6 project, it connects fine to ftp remote server (i.e : ftp://ftp.microsoft.com), i want to list all the directories names in the ftp server into a ListBox using Inet1.ocx only . how can i ...
1
vote
2answers
171 views

Bad behavior with printf and multiple strings

When I use printf/printf_s with two strings, I get the same output for both %s vars. IN_ADDR oldIP; oldIP.S_un.S_addr = iptable[j]->ipAddress; IN_ADDR newIP; newIP.S_un.S_addr = ...
0
votes
1answer
593 views

org.postgresql.util.PSQLException: ERROR: invalid input syntax for type inet:

I'm trying to insert an ipaddress into a Postgres Table from a Java project. String ipIns = "INSERT INTO trusted_domains(id, from_ip, to_ip) VALUES (?, ?, ?);"; pstmt = conn.prepareStatement(ipIns); ...
0
votes
1answer
242 views

inet_pton inet_ntop roll your own

Our code has to run on both SLES9 (old) and an even older version HPUX. We're implementing IPv6 now, but inet_pton and inet_ntop do not exist on our HPUX, so have to roll our own. S/W is in C++. If ...
1
vote
2answers
303 views

How to change the useragent of Inet Control?

I tried to set the usergent using Inet1.Execute , "GET", "Referer: yahoo.com" & vbCrLf & "Content-Type: application/x-www-form-urlencoded" & vbCrLf & "Accept-Language: en-us" & ...
0
votes
2answers
121 views

How to reset inet(dsl) connection via console in Windows XP?

all question in the title. All I want is to refresh ip only.
0
votes
1answer
117 views

Is INET socket family supported in JAVA?

I want to build a user application which will interact with a kernel part over INET socket family. Is INET socket family supported in JAVA?
2
votes
1answer
849 views

Convert IP address to dot syntax from unsigned long integer in iOS

I'm retrieving an IP address as an unsigned long integer via JSON. I'm trying to then convert this back to human readable form, ie xxx.xxx.xxx.xxx. Example of what I receive in JSON: "ip": 704210705 ...
1
vote
1answer
126 views

Question About i-net PDFC API

I just want to ask you some Questions About *i-net PDFC * API https://www.inetsoftware.de/other-products/pdf-content-comparer this api compare between to Pdf 1- can i ignore some keyword from ...
0
votes
1answer
165 views

Weird behavior of inet_ntoa

I was playing with libpcap and found a strange thing. One part of the output is: "From: src_addr, To: dst_addr" If I print with one statement, i.e. printf("From: %s, To: %s\n", ...
2
votes
1answer
1k views

Perl IO::Socket::INET confusing “Invalid argument” error

Consider the following snippet of a Perl script: use IO::Socket; # ... my $sock = IO::Socket::INET->new( PeerAddr => $host, # e.g. "google.com" PeerPort => $port, # e.g. 80 Proto ...
1
vote
3answers
720 views

How do I use the inet type with Python and postgresql?

I am writing a python3 program that uses a postgresql database, I am using py-postgresql: http://python.projects.postgresql.org/ as the database driver. One table stores IP addresses using the inet ...
0
votes
1answer
841 views

Android pinging an web service address

I want to implement a feature that will ping an address of web service and if it returns true then the application will run through web services otherwise it will use the database of the device ...
0
votes
1answer
550 views

linux bash inet_ntoa inet_aton

I should be blind as I could not find these commands available in the ubuntu and debian's distribution, neither the package containing them. Shall I code and compile them in C by myself (or write or ...
2
votes
5answers
2k views

What does InetAddress.isSiteLocalAddress() actually mean?

Here is some code to determine the local host name that is supposed to work on a multi-homed box: /** * Work out the first local host name by iterating the network interfaces * * @return * ...
1
vote
1answer
2k views

get data from the internet

I need to get the data from a secure URL (https) with a userid and password. How can I implement that. I am able to access the data from a normal URL using the below command li_rc = ...
7
votes
1answer
9k views

Perl: How to get IO::Socket::INET timeout after X seconds?

I'm trying to connect to some host, using invalid port, and i want to get timeout after X seconds. How to do that ? My code: $sock = new IO::Socket::INET( PeerAddr => $_[0], ...
0
votes
2answers
429 views

How can I specify which port to use in Perl's IO::Socket::INET?

I am using IO::Socket::INET to create inter-process communication in my program. I need to use a specific port number in my TCP client. I was following the example in Perl doc, but it doesn't work. ...
0
votes
3answers
1k views

Inet Socket and Socket?

Can anybody tell me the difference between a INET Socket and any other socket? Is there a C# library that will allow one to work with INET Sockets? I've attempted to find what it is, but I haven't ...
5
votes
3answers
433 views

Detecting HTTP close using inet

In my mochiweb application, I am using a long held HTTP request. I wanted to detect when the connection with the user died, and I figured out how to do that by doing: Socket = Req:get(socket), ...
0
votes
2answers
908 views

VB6 - Inet hangs - multiple form instances

Here is my app status: Purpose - download multiple list files from internet Approach - created a simple "download form". After a while, I just needed more forms because I had more than one list of ...