From 099698445b5cd60b00777ae47f68fba620fa975e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 24 Jan 2016 17:10:20 -0800 Subject: Move the proto data stuff out of frame_data.[ch]. It's not tied to the frame_data structure any more, so it belongs by itself. Clean up some #includes while we're at it; in particular, frame_data.h doesn't use anything related to tvbuffs, so don't have it gratuitiously include tvbuff.h. Change-Id: Ic32922d4a3840bac47007c5d4c546b8842245e0c Reviewed-on: https://code.wireshark.org/review/13518 Reviewed-by: Guy Harris --- epan/dissectors/packet-ipsec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-ipsec.c') diff --git a/epan/dissectors/packet-ipsec.c b/epan/dissectors/packet-ipsec.c index 7bd18c59ef..efdcd78bae 100644 --- a/epan/dissectors/packet-ipsec.c +++ b/epan/dissectors/packet-ipsec.c @@ -77,6 +77,7 @@ ADD: Additional generic (non-checked) ICV length of 128, 192 and 256. #include #include #include +#include /* If you want to be able to decrypt or Check Authentication of ESP packets you MUST define this : */ #ifdef HAVE_LIBGCRYPT -- cgit v1.2.3