aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
AgeCommit message (Collapse)AuthorFilesLines
2005-09-20Francesco Fondelli; Add dcp supportJörg Mayer1-0/+6
svn path=/trunk/; revision=15897
2005-08-17update some comments pointing out these buffers need not be freedRonnie Sahlberg1-4/+7
svn path=/trunk/; revision=15391
2005-05-20add get_manuf_name_if_known (returns NULL if unknown) in addition to ↵Ulf Lamping1-0/+3
get_manuf_name svn path=/trunk/; revision=14405
2005-02-22From Francisco Alcoba:Luis Ontanon1-7/+21
changed the behaviour of get_addr_name: - resolve to a name if the address supports it - call address_to_str if it does not, but the address is valid - return "NONE" if it is AT_NONE svn path=/trunk/; revision=13463
2005-01-07Include <epan/address.h>, as per a suggestion by Thomas Boehne - not allGuy Harris1-0/+2
dissectors using the address resolution routines need to know about the "address" structure, so not all of them would include <epan/address.h> themselves. svn path=/trunk/; revision=12978
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-3/+21
to resolve it to a name. Fix up some const-pointer-to-non-const-pointer, and function-pointer-to-void-*, conversions. Fix some comments. svn path=/trunk/; revision=12863
2004-11-17Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"Guy Harris1-0/+3
routine to add IPv6-address/name pairings to that table; use that when reading the hosts file. svn path=/trunk/; revision=12537
2004-11-17Rename some routines and structures to reflect that they're specific toGuy Harris1-2/+2
IPv4; use different data structures for port numbers. svn path=/trunk/; revision=12536
2004-08-09Merge the "resolv" rename changes with the trunk.Gerald Combs1-1/+1
svn path=/trunk/; revision=11638
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-0/+141
include of <resolv.h> in any system header file gets the system <resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]). svn path=/trunk/; revision=11615