aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-soupbintcp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-15 #if 0 (with XXX comment) use of try_conversion(); Also: do misc cosmetic cha...Bill Meier1-24/+24
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12In one or more of the files:Bill Meier1-13/+13
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-8/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-21/+2
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0
2013-03-21[-Wmissing-prototypes]Anders Broman1-2/+4
2013-03-21From David Arnold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8489Evan Huus1-0/+665