aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-elcom.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
argument. svn path=/trunk/; revision=43806
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. (The field is a counted string, so the byte order is in theory relevant, although the count is, in this case, a single byte.) svn path=/trunk/; revision=42482
2012-04-27As suggested in ↵Jeff Morriss1-1/+1
http://www.wireshark.org/lists/wireshark-dev/201204/msg00062.html : Don't use ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN with ENC_ASCII: ASCII has no endianism, so ENC_NA is more appropriate. svn path=/trunk/; revision=42297
2012-02-20Thou shalt not stop dissecting after doing processing for COL_INFO ....Bill Meier1-3/+1
svn path=/trunk/; revision=41083
2012-01-14Minor updates:Bill Meier1-29/+33
- checkcol() not req'd in a few cases; - Add an XXX comment about the (mis?)use of tvb_length(); - lenght -> length; svn path=/trunk/; revision=40505
2011-12-09From Juha Takala via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6654Alexis La Goutte1-4/+13
ELCOM dissector needs small fixes for some protocol sub-field texts svn path=/trunk/; revision=40131
2011-12-04Enhance Elcom dissectorAlexis La Goutte1-584/+589
Fix indent and update modelines svn path=/trunk/; revision=40092
2011-12-04Enhance Elcom dissectorAlexis La Goutte1-113/+129
Replace proto_tree_add_* by proto_tree_add_item Replace switch/case by value_string svn path=/trunk/; revision=40091
2011-12-03Fix 2 newly reported Coverity CID's 1331 & 1332: UNUSED_VALUE.Chris Maynard1-27/+27
svn path=/trunk/; revision=40086
2011-12-02From Juha Takala:Anders Broman1-0/+760
dissector for ELCOM communication protocol. This protocol is used mainly by power utilities, to exchange historical, cyclic, and event based data between SCADA systems. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6616 svn path=/trunk/; revision=40071