aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-soupbintcp.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-32/+4
2016-10-07soupbintcp: use ws_strto[u|i] functions.Dario Lombardo1-10/+38
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-43/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-06Fix SoupBinTCP sequence number tracking.David Arnold1-3/+6
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-2/+2
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-6/+10
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-2/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-0/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
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