aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enip.h
diff options
context:
space:
mode:
authorD. Ulis <daulis0@gmail.com>2015-11-30 13:10:19 -0500
committerAnders Broman <a.broman58@gmail.com>2015-12-01 21:14:46 +0000
commit7a3dadf042acc5c6c4556ed2008fb02a2ae9bc23 (patch)
tree414f51cc543fc52ae4d9589b8e3308311344dd46 /epan/dissectors/packet-enip.h
parentf15bc8f78eae74bca57ebf7063b6a7b1979c5c08 (diff)
Bugfixes for EtherNet/IP and CIP
EtherNet/IP 1. Only decode 32-bit header if there is enough data. Previously, this would show malformed data, even for I/O packets that have no data, eg: heartbeat data. 2. Typos CIP 1. Many Time Sync attribute responses were flagged incorrectly as malformed. 2. Create service response highlighted the instance number incorrectly, and showed warnings. 3. Set Attribute List Request should exit early if it doesn't know about a particular attribute. 4. Incorrect format for Safety Network Segment: Router Format. 5. Typos Change-Id: I506dbb053c247bc8efcbde2cce6ab24d9550c897 Reviewed-on: https://code.wireshark.org/review/12321 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-enip.h')
-rw-r--r--epan/dissectors/packet-enip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-enip.h b/epan/dissectors/packet-enip.h
index 03235dcb81..4b5ab0bb13 100644
--- a/epan/dissectors/packet-enip.h
+++ b/epan/dissectors/packet-enip.h
@@ -84,7 +84,7 @@
/* Offset for Advertise frames */
#define DLR_LEARN_RESERVED 12
-/* DLR commmands */
+/* DLR commands */
#define DLR_FT_BEACON 1
#define DLR_FT_NEIGHBOR_REQ 2
#define DLR_FT_NEIGHBOR_RES 3