aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bfcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-01bfcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-04-20BFCP: fix possible infinite loopIvan Nardi1-5/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-12/+5
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-58/+69
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-14/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-09-11Make all "padding" fields filterableMichael Mann1-9/+23
2014-07-01Fix for Bug 10240.Malcolm Walters1-1/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-4/+3
2013-07-03Fix some warnings from fix-encoding-args tools.Alexis La Goutte1-7/+7
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+11
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-14[-Wmissing-prototypes]Anders Broman1-2/+3
2012-11-24Set up BFCP conversationsAnders Broman1-29/+43
2012-11-23Error: the name for hf_bfcp_queue_pos ("bfcp.queue_pos") has trailing space i...Anders Broman1-1/+1
2012-11-23Update dissetion of the header flags.Anders Broman1-5/+37
2012-11-23Add dissection of attributes.Anders Broman1-89/+387
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-28Fix VC code analaysis warning about definition of variable in innerMartin Mathieson1-1/+0
2012-07-24(Minor) Localize a static variable;Bill Meier1-1/+2
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-55/+56
2012-04-23Minor cleanup:Bill Meier1-85/+87
2012-04-20From Patrick White via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=70...pascal1-21/+144
2012-04-11From Nitinkumar Yemul:pascal1-0/+234