aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdh.c
AgeCommit message (Collapse)AuthorFilesLines
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+3
I coincidentally found a few files with errors, so I thought it might be time to run it on the whole directory again. Change-Id: Ia32e54b3b1b94e5a418ed758ea79807c8bc7e798 Reviewed-on: https://code.wireshark.org/review/978 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-21Add missing includesJakub Zawadzki1-0/+2
svn path=/trunk/; revision=54332
2013-12-11- Make local functions static.Anders Broman1-0/+3
- Forward declaration of register functions. svn path=/trunk/; revision=53942
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-5/+0
svn path=/trunk/; revision=52767
2013-06-04From Anthony Coddington:Anders Broman1-42/+57
SDH dissector calculation fixes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8767 svn path=/trunk/; revision=49750
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