summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-hip.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-06-15 02:34:53 +0000
committerJörg Mayer <jmayer@loplof.de>2009-06-15 02:34:53 +0000
commitc321f29518de560f5aa5e7ada52c5841c229cb8b (patch)
treede9c99a1cc991f7d1c0a6d5ef4117ed01bb0d411 /epan/dissectors/packet-hip.c
parentce3d46b20c917c6ce71d877af6318aef6921cd2d (diff)
downloadwireshark-c321f29518de560f5aa5e7ada52c5841c229cb8b.tar.gz
Trivial warning fixes:
- Might be used uninitialized - not a prototype - comma at end of enum svn path=/trunk/; revision=28730
Diffstat (limited to 'epan/dissectors/packet-hip.c')
-rw-r--r--epan/dissectors/packet-hip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-hip.c b/epan/dissectors/packet-hip.c
index 2a0daa94e1..97583ba641 100644
--- a/epan/dissectors/packet-hip.c
+++ b/epan/dissectors/packet-hip.c
@@ -58,9 +58,9 @@ typedef enum {
HIP_I2,
HIP_R2,
UPDATE=16,
- NOTIFY=17,
- CLOSE=18,
- CLOSE_ACK=19,
+ NOTIFY=17,
+ CLOSE=18,
+ CLOSE_ACK=19
} HIP_PACKETS;
/* HIP TLV parameters listed in order of RFCs */