aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-forces.c
AgeCommit message (Collapse)AuthorFilesLines
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-09-17Cleanup:Bill Meier1-174/+217
- fix several instances of a potential infinte loop while dissecting TLVs; (it would be nice to have a valid capture file so this dissector can be fuzz-tested) - move proto_reg_handoff...() to the end of the file as per convention; - do find_dissector() only once in proto_reg_handoff...(); - reformat some long lines; - replace some tabs by spaces and do other whitespace changes. svn path=/trunk/; revision=44949
2012-09-17Add eol-style and keywords to SVN properties.Evan Huus1-875/+875
svn path=/trunk/; revision=44936
2012-09-17Make it compile with GCC.Evan Huus1-5/+5
svn path=/trunk/; revision=44935
2012-09-17Add IETF ForCES(Forwarding and Control Element Separation) dissector ↵Michael Mann1-0/+875
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3534) svn path=/trunk/; revision=44934