aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-28 06:37:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-28 06:37:29 +0000
commitb86d3267506a127dafb596e6db395b91b7a650c8 (patch)
tree3b07c3f3bf678324ba851ac3f29219520c554e71 /packet-ipsec.h
parentf4739c32c15bb5ca79d94dea4479c15cd1810dde (diff)
Tvbuffiy the IPSec dissectors.
Pull the bulk of the AH dissection code into a common routine, used both by "dissect_ah()" and "dissect_ah_old()". "dissect_ah()" isn't used outside "packet-ipsec.c"; make it static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3084 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ipsec.h')
-rw-r--r--packet-ipsec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ipsec.h b/packet-ipsec.h
index d6f4a0aed2..e782853ed3 100644
--- a/packet-ipsec.h
+++ b/packet-ipsec.h
@@ -1,6 +1,6 @@
/* packet-ipsec.h
*
- * $Id: packet-ipsec.h,v 1.4 2000/08/11 13:34:03 deniel Exp $
+ * $Id: packet-ipsec.h,v 1.5 2001/02/28 06:37:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -26,6 +26,5 @@
#define __PACKET_IPSEC_H__
int dissect_ah_old(const u_char *, int, frame_data *, proto_tree *);
-void dissect_ah(const u_char *, int, frame_data *, proto_tree *);
#endif