aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-08-06 09:31:23 -0400
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-08-13 19:37:28 +0000
commitc7a136a5c08934ad5b639cd80e7dd1d33ae4a6cc (patch)
tree12d9e33153e1ef16d5801df9a34a2a8ce92f20eb /epan/packet.c
parentd0a9de2af1882f0ff23a43baa051da35d7fed512 (diff)
epan: Rearrange column includes
Move all the declarations of routines that are internal and not for use by dissectors from column-utils.h column-info.h Move the column max length defines into column-utils.h because dissectors might need that Since packet.h already includes column-utils.h, dissectors don't need to include column-utils.h anymore. Remove or downgrade a few other column header includes that are unnecessary.
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 1b12b2cf95..2947e5e03e 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -32,6 +32,7 @@
#include <epan/wmem_scopes.h>
+#include <epan/column-info.h>
#include <epan/exceptions.h>
#include <epan/reassemble.h>
#include <epan/stream.h>