aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-11-15 21:24:27 -0500
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-16 13:46:59 +0000
commitb12be8486f8ae3eecd9e58515f1d8254bbc3dc0a (patch)
tree0a22367140f98d384b89d8ca8ca1b8eae307bcc9 /epan/packet_info.h
parentd1696a6569033e1c8553aeecc940cfb7f64ebf64 (diff)
Remove file_type_subtype member from packet_info.
Just pass the necessary data to the frame dissector. Change-Id: I1a4bab32f7b5e28f4e7707794d71b04dab388908 Reviewed-on: https://code.wireshark.org/review/5328 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index ff17d58f36..7598a07276 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -51,7 +51,6 @@ typedef struct _packet_info {
struct epan_column_info *cinfo; /**< Column formatting information */
frame_data *fd;
union wtap_pseudo_header *pseudo_header;
- int file_type_subtype; /**< Capture file type/subtype */
struct wtap_pkthdr *phdr; /**< Record metadata */
GSList *data_src; /**< Frame data sources */
address dl_src; /**< link-layer source address */