aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sprt.c
AgeCommit message (Expand)AuthorFilesLines
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