aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-waveagent.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Waveagent: fix heuristic dissectorPascal Quantin1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-15WaveAgent - Use tvb_get_guint8 instead of tvb_get_ptr to walk a packet and pr...Michael Mann1-7/+6
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-15(Trivial): add editor modelines. use consistent indentation & do whirespace r...Bill Meier1-89/+103
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-1/+1
2013-09-30Convert proto_tree_add_int_format calls to proto_tree_add_int_format_value wh...Michael Mann1-2/+2
2013-09-20Try to make heuristic slightly faster.Anders Broman1-5/+10
2013-09-14emem -> wmemJörg Mayer1-8/+8
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+9
2012-10-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7857 :Pascal Quantin1-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-1/+1
2012-07-24General cleanup, including:Bill Meier1-272/+238
2012-04-25Remove some unnecessary includes and fix some indentation.Martin Mathieson1-18/+14
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+1943