aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openwire.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-27openwire: fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-01-10[openwire] don't THROW() an exception from a dissectorMartin Kaiser1-1/+0
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-23openwire: remove useless register_init_routine callPeter Wu1-6/+0
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-57/+54
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-3/+3
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-124/+137
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-55/+55
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-55/+55
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-12-11Remove _U_ from dissect_openwire_tcp()'s data parameter; technically it is us...Chris Maynard1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-9/+12
2013-10-09Improve on r52458 and bugfix a few places where offset wasn't incrementing. ...Michael Mann1-36/+32
2013-10-08Hacky fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9248Evan Huus1-0/+3
2013-10-08Replace a strbuf with a much simpler strdup_printf since it was in fact onlyEvan Huus1-6/+6
2013-09-15A few more dissectors converted to wmemPascal Quantin1-6/+7
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-08-25Batch of filterable expert infos.Michael Mann1-15/+28
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2013-03-28Fix incorrectly duplicated display filter for hf_openwire_throwable_linenumber.Chris Maynard1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-24Allow extended value string binary search (istead of linear search): re-order...Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15Minor cleanup:Bill Meier1-203/+209
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-32/+27
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-04-04From Metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014Alexis La Goutte1-0/+2010