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