aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-11-11 00:54:00 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-11 03:15:31 +0000
commit1a32a75a621086349f8eb30693bab5dec14b19f3 (patch)
treeb6f281e91fd5401befffdd8e86377b7d681d46f9 /tools/ncp2222.py
parent37f1cf1a925d67ce495ba44b77a08904ca1ee21b (diff)
ftypes: Internal headers need to be internal
The header ftypes-int.h should not be used outside of epan/ftypes because it is a private header. The functions fvalue_free() and fvalue_cleanup() need not and should not be macros either.
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index e4c95228e0..6d284caa07 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -5909,7 +5909,7 @@ def produce_code():
#include <epan/packet.h>
#include <epan/dfilter/dfilter.h>
#include <epan/exceptions.h>
-#include <ftypes/ftypes-int.h>
+#include <ftypes/ftypes.h>
#include <epan/to_str.h>
#include <epan/conversation.h>
#include <epan/ptvcursor.h>