aboutsummaryrefslogtreecommitdiffstats
path: root/packet-chdlc.c
AgeCommit message (Expand)AuthorFilesLines
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