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