aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sprt.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-7/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-02-27SPRT: fix 'sprt.payload' exists multiple times with NOT compatible types: FT_...Alexis La Goutte1-4/+4
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-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-22Remove a bunch of deprecated tvb_length callsEvan Huus1-4/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-3/+16
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-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-09-12More wmem.Evan Huus1-1/+2
2013-05-27Batch of filterable expert infosMichael Mann1-1/+10
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
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-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-23added dissect_sprt() to dissect_sprt_heur() so that the heuristics actually d...Michael Mann1-43/+38
2012-07-21Additional cleanup:Bill Meier1-83/+86
2012-07-21Move 99.9 % of packet-sprt.h to packet-sprt.c since it's used only there.Bill Meier1-1937/+2202
2012-07-21Fix a typo in r43893Pascal Quantin1-1/+1
2012-07-21Fix a few encoding argumentsPascal Quantin1-9/+9
2012-07-21Calls to col_...() and expert...() functions should not be under 'if (tree)';Bill Meier1-3172/+3168
2012-07-21Fix GCC build.Evan Huus1-14/+7
2012-07-21Fix some of the GCC build errors, more to come.Evan Huus1-1/+1
2012-07-21Updated patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3507Michael Mann1-0/+3179