aboutsummaryrefslogtreecommitdiffstats
path: root/packet-chdlc.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris1-1/+2
2003-08-26From Jesper Peterson:Guy Harris1-2/+21
2003-01-27From Hannes Gredler: support MPLS over CHDLC.Guy Harris1-12/+14
2003-01-11Add a new "chdlctypes.h" file for Cisco HDLC type values that aren'tGuy Harris1-2/+4
2003-01-06If we have packet direction information, display it.Guy Harris1-5/+25
2002-09-20From Hannes Gredler: Support OSI over CHDLCRonnie Sahlberg1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-3/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-2/+3
2002-04-13From Aamer Akhter: fix initialization of ett_slarp in CHDLC dissector.Guy Harris1-1/+2
2002-04-02Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris1-2/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-21/+21
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+9
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+9
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-04-10"get_hostname()" takes an argument in network byte order, not host byteGuy Harris1-2/+2
2001-04-03An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris1-9/+10
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-0/+306