aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdh.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29Make all enum_val_t's const.Jeff Morriss1-6/+6
svn path=/trunk/; revision=46292
2012-10-09From Andrew Kampjes:Anders Broman1-109/+81
Correcting a few fields in SDH dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7708 svn path=/trunk/; revision=45426
2012-09-29From Andrew Kampjes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7750Evan Huus1-5/+17
Pull SDH level out of ERF header if the user hasn't manually set the preference. svn path=/trunk/; revision=45207
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-07-13Various minor cleanup, including:Bill Meier1-90/+93
- remove unneeded #includes; - remove some unneeded initializers; - use tvb_reported_length() instead of tvb_length(); - use val_to_str_const() instead of val_to_str(); - fix some typos; - do some whitespace changes and some reformatting. svn path=/trunk/; revision=43707
2012-06-14Fix Coverity CID 703858: Unused pointer value.Chris Maynard1-26/+26
svn path=/trunk/; revision=43268
2012-06-05Set SVN properties.Anders Broman1-17/+17
svn path=/trunk/; revision=43108
2012-06-05From Andrew Kampjes:Anders Broman1-0/+294
SDH support for wireshark. - Added GPL license. - Removed not needed includes. - Skipped th .h file as it wasn't used. svn path=/trunk/; revision=43106