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