aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-1/+2
Handle SMB-over-SPP. svn path=/trunk/; revision=13635
2005-02-22From Francisco Alcoba:Luis Ontanon1-0/+3
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
2004-07-19Pull the address (and port and circuit type) stuff out ofGuy Harris1-0/+128
"epan/packet_info.h" and put it in "epan/address.h". Use the AT_ values from "epan/address.h" for address types in the interface lists rather than having our own FAM_ enums. svn path=/trunk/; revision=11427