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 seemedGuy Harris1-2/+2
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris1-3/+5
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-27/+31
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-37/+37
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-4/+4
2002-06-06Keep an invalid packet length from overflowing a data buffer.Gerald Combs1-1/+9
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-04-11From Joerg Mayer: get rid of some unused arguments, and make someGuy Harris1-10/+10
2002-02-27Label the data source for various forms of reassembled data with theGuy Harris1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-6/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-30Make "fr_subdissector_table" static - it's not used outside the FrameGuy Harris1-3/+1
2001-11-27Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris1-5/+3
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-3/+9
2001-11-21If we have to worry about subdissectors changing the "packet_info"Guy Harris1-12/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-5/+4
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-10/+14
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