aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdh.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-5/+0
2013-06-04From Anthony Coddington:Anders Broman1-42/+57
2012-11-29Make all enum_val_t's const.Jeff Morriss1-6/+6
2012-10-09From Andrew Kampjes:Anders Broman1-109/+81
2012-09-29From Andrew Kampjes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7750Evan Huus1-5/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-13Various minor cleanup, including:Bill Meier1-90/+93
2012-06-14Fix Coverity CID 703858: Unused pointer value.Chris Maynard1-26/+26
2012-06-05Set SVN properties.Anders Broman1-17/+17
2012-06-05From Andrew Kampjes:Anders Broman1-0/+294