aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipsec.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-04-28 19:42:42 -0400
committerMichael Mann <mmann78@netscape.net>2014-04-28 23:50:15 +0000
commit65700bd2e0f57855866846e30ec5361434af8e3f (patch)
tree6677a00cb038ddfba711893010ad4f37ab9fdf4f /epan/dissectors/packet-ipsec.h
parentec205458b163be993f73801acf6323c4bec35391 (diff)
Make a dissector table out of IPv6 Next header.
This cleans up the implementation of the extension header, but also allows Decode As functionality for Next Header fields. This allows "old" SHIM6 IP protocol number (not IANA registered) to still be dissected. bug:9995 Change-Id: I6f29a1f7db144478c5b6416d27da2c9c5a7a1de1 Reviewed-on: https://code.wireshark.org/review/1378 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ipsec.h')
-rw-r--r--epan/dissectors/packet-ipsec.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ipsec.h b/epan/dissectors/packet-ipsec.h
index c40ebbc650..29f7f446d7 100644
--- a/epan/dissectors/packet-ipsec.h
+++ b/epan/dissectors/packet-ipsec.h
@@ -23,7 +23,9 @@
#ifndef __PACKET_IPSEC_H__
#define __PACKET_IPSEC_H__
-int dissect_ah_header(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
- guint8 *nxt_p, proto_tree **next_tree_p);
+/* XXX - TEMPORARILY EMPTY BECAUSE EXISTING FUNCTION WAS REMOVED, BUT A NEW ONE FOR
+ COMPLETELY DIFFERENT FUNCTIONALITY SHOULD REPLACE IT SHORTLY SO FILE SHOULDN'T
+ BE REMOVED
+ */
#endif