aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wcp.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-10/+14
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-26/+26
* If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris2001-04-101-1/+14
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-37/+6
* Add WCP to the list of Ethernet types in "etype_vals[]", and addGuy Harris2001-03-291-3/+2
* An NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be "Data compressionGuy Harris2001-03-291-2/+2
* Added the created tvbuff into the original tvbuff chain so clean-up is perfor...Jeff Foster2001-03-261-1/+4
* Add "volatile" qualifiers so that variables survive a setjmp/longjmpGuy Harris2001-03-231-3/+3
* Pull the NLPID for Wellfleet compression into "nlpid.h".Guy Harris2001-03-231-2/+1
* Fixed problem in wcp_uncompress. If the proto_tree was null the programJeff Foster2001-03-231-10/+16
* Updated the frame relay dissector - dissect-fr.cJeff Foster2001-03-231-0/+756