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