aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wcp.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy1-2/+2
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aguy1-3/+5
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedguy1-27/+31
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-37/+37
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.guy1-4/+4
2002-06-06Keep an invalid packet length from overflowing a data buffer.gerald1-1/+9
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-04-11From Joerg Mayer: get rid of some unused arguments, and make someguy1-10/+10
2002-02-27Label the data source for various forms of reassembled data with theguy1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-6/+6
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-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+5
2001-11-30Make "fr_subdissector_table" static - it's not used outside the Frameguy1-3/+1
2001-11-27Get rid of some code to set "pinfo->current_proto"; let the Etherealguy1-5/+3
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-3/+9
2001-11-21If we have to worry about subdissectors changing the "packet_info"guy1-12/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-5/+4
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-2/+1
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-10/+14
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-26/+26
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataguy1-1/+14
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,guy1-37/+6
2001-03-29Add WCP to the list of Ethernet types in "etype_vals[]", and addguy1-3/+2
2001-03-29An NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be "Data compressionguy1-2/+2
2001-03-26Added the created tvbuff into the original tvbuff chain so clean-up is perfor...jfoster1-1/+4
2001-03-23Add "volatile" qualifiers so that variables survive a setjmp/longjmpguy1-3/+3
2001-03-23Pull the NLPID for Wellfleet compression into "nlpid.h".guy1-2/+1
2001-03-23Fixed problem in wcp_uncompress. If the proto_tree was null the programjfoster1-10/+16
2001-03-23Updated the frame relay dissector - dissect-fr.cjfoster1-0/+756