Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).
[obnox/wireshark/wip.git] / packet-wcp.c
2003-01-31 guyGet rid of BASE_BIN - it's just the same as BASE_DEC...
2002-11-08 guyAllow more than one circuit with the same circuit ID...
2002-10-22 guyAdd in a notion of "circuits", which are for virtual...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-31 guyFrom Motonori Shindo: support for reading CoSine L2...
2002-06-06 geraldKeep an invalid packet length from overflowing a data...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-04-11 guyFrom Joerg Mayer: get rid of some unused arguments...
2002-02-27 guyLabel the data source for various forms of reassembled...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-30 guyMake "fr_subdissector_table" static - it's not used...
2001-11-27 guyGet rid of some code to set "pinfo->current_proto"...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-21 guyIf we have to worry about subdissectors changing the...
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-10 guyIf the tvbuff pointer is null in "alloc_field_info...
2001-03-30 guyNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-29 guyAdd WCP to the list of Ethernet types in "etype_vals...
2001-03-29 guyAn NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be...
2001-03-26 jfosterAdded the created tvbuff into the original tvbuff chain...
2001-03-23 guyAdd "volatile" qualifiers so that variables survive...
2001-03-23 guyPull the NLPID for Wellfleet compression into "nlpid.h".
2001-03-23 jfosterFixed problem in wcp_uncompress. If the proto_tree...
2001-03-23 jfosterUpdated the frame relay dissector - dissect-fr.c