aboutsummaryrefslogtreecommitdiffstats
path: root/resolv.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-19Michael Tuexen's changes to define a port type for SCTP ports, handleGuy Harris1-8/+34
2000-08-10- remove debugging #ifdefLaurent Deniel1-37/+35
2000-08-10- rename is_name_from_file to is_dummy_entry since now a realLaurent Deniel1-15/+62
2000-08-08- improve/fix add_host_nameLaurent Deniel1-1/+5
2000-07-14Apparently, on systems with glibc 2.2, "inet_aton()" is declared inGuy Harris1-1/+5
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez1-5/+6
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-1/+3
1999-11-22Fixed the way IPX network name resolution works with name resolutionGilbert Ramirez1-3/+5
1999-11-21Enable IPX network name resolution by providing for an /etc/ipxnetsGilbert Ramirez1-51/+371
1999-11-20Remove my debug printf().Gilbert Ramirez1-2/+1
1999-11-20Enable ether name resolution for packet summary lines of IPX packetsGilbert Ramirez1-30/+96
1999-11-20The resolve routines accept HW addresses in the ethers file with eitherGilbert Ramirez1-4/+8
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-5/+5
1999-10-14Make it build on systems lacking "inet_pton()", "inet_ntop()", and aGuy Harris1-2/+5
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1-1/+32
1999-10-11Have "get_host_ipaddr()" return a Boolean indicating whether itGuy Harris1-12/+21
1999-09-26Added name resolution in GUI part:Laurent Deniel1-1/+2
1999-09-18Decrease DNS resolving timeout.Laurent Deniel1-2/+2
1999-09-10Give "globals.h" an RCS ID and copyright/GPL notice.Guy Harris1-3/+1
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-5/+17
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-2/+23
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-1/+47
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-1/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-2/+3
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-19/+536
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+269