aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-12-01Add TIPC address as address type and use it in TIPC.Anders Broman1-2/+4
svn path=/trunk/; revision=16641
2005-11-30Add circuit ID BICC_CICAnders Broman1-3/+4
svn path=/trunk/; revision=16628
2005-10-04Preparations for h223Anders Broman1-1/+2
svn path=/trunk/; revision=16105
2005-09-20Francesco Fondelli; Add dcp supportJörg Mayer1-0/+1
svn path=/trunk/; revision=15897
2005-07-07Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"Guy Harris1-1/+1
warnings. Use SET_ADDRESS in the VOIP calls code, rather than explicitly filling in "pstn_add". svn path=/trunk/; revision=14867
2005-06-20From Mike Duigou:Anders Broman1-1/+2
In order to get filtering of conversations and > endpoints to work from the endpoints and conversations windows I found > it necessary to add a new AT_URI address type and a SAT_JXTA. This also > necessitated a change to to_str.c to avoid a buffer overflow problem. > Please review these changes carefully. > > Also includes some changes to the jxta dissector to fix filtering on > generated fields and some changes to the types used for ints/unsigned ints. > > Fixes a bug with the processing of messages containing namespaces. svn path=/trunk/; revision=14715
2005-06-03From Mike Duigou:Anders Broman1-1/+1
A few doxygen updates and an improved section on writing dissectors that don't use tcp_dissect_pdus(). svn path=/trunk/; revision=14537
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