aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wcp.c
Commit message (Expand)AuthorAgeFilesLines
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Make "fr_subdissector_table" static - it's not used outside the FrameGuy Harris2001-11-301-3/+1
* Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris2001-11-271-5/+3
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-3/+9
* If we have to worry about subdissectors changing the "packet_info"Guy Harris2001-11-211-12/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-5/+4
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-2/+1
* 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