aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-selfm.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19From beroset:Anders Broman1-7/+7
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48412
2013-01-07Small updates to the SEL Fast Message dissector.Evan Huus1-16/+33
From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8170 svn path=/trunk/; revision=46995
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
svn path=/trunk/; revision=46967
2013-01-05From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8089Evan Huus1-0/+2310
Dissector for the SEL (Schweitzer Engineering Labs) Fast Message protocol. From me: - use wmem instead of glib to not leak memory - simplify port preference - remove unneeded initializers - modelines - Id tag svn path=/trunk/; revision=46949