diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-02-28 06:37:29 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-02-28 06:37:29 +0000 |
commit | d1a2f49102b2d314756a5370153763bf78850feb (patch) | |
tree | 3b07c3f3bf678324ba851ac3f29219520c554e71 /packet-ipsec.h | |
parent | b864c8d80daa2ac2c3d8dd867c72f1d9341497f1 (diff) | |
download | wireshark-d1a2f49102b2d314756a5370153763bf78850feb.tar.gz wireshark-d1a2f49102b2d314756a5370153763bf78850feb.tar.bz2 wireshark-d1a2f49102b2d314756a5370153763bf78850feb.zip |
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.
svn path=/trunk/; revision=3084
Diffstat (limited to 'packet-ipsec.h')
-rw-r--r-- | packet-ipsec.h | 3 |
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 |