aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-negoex.c
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-05-20 18:00:13 -0400
committerJohn Thacker <johnthacker@gmail.com>2023-05-20 18:00:13 -0400
commit2155b387a8998b193f58ff859caaa69e50f290af (patch)
treec4c7dd168bd8241a738ffd3d2821a488695fc355 /epan/dissectors/packet-negoex.c
parent32e175034392f41ce59b97edf517f9635cb42e08 (diff)
gssapi: Remove dependency on dcerpc header
Forward declare incomplete types for the dcerpc dissector structs used as a pointers by gssapi functions, so that dissectors that include packet-gssapi.h no longer have to include packet-dcerpc.h (unless actually using something from that header).
Diffstat (limited to 'epan/dissectors/packet-negoex.c')
-rw-r--r--epan/dissectors/packet-negoex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-negoex.c b/epan/dissectors/packet-negoex.c
index 7efba25b8e..dab12ae7da 100644
--- a/epan/dissectors/packet-negoex.c
+++ b/epan/dissectors/packet-negoex.c
@@ -17,7 +17,6 @@
#include <epan/exceptions.h>
#include <epan/show_exception.h>
-#include "packet-dcerpc.h"
#include "packet-gssapi.h"
void proto_register_negoex(void);