aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opa-snc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-05-01 21:02:00 -0700
committerGuy Harris <gharris@sonic.net>2020-05-02 04:24:08 +0000
commit7d95c27de2d74f08610485cda3ed8378b5b12dc4 (patch)
tree1f4d7b2e9ae10a0db974df796bad5a0fc79663dc /epan/dissectors/packet-opa-snc.c
parent9d3086460716436d1ea9f5b7248911e748d09590 (diff)
ERF: split wiretap/erf.h into three files.
wiretap/erf_record.h has declarations for records in ERF files and in LINKTYPE_ERF packets in pcap and pcapng files. wiretap/erf-common.h has declarations of routines to be called by pcap/pcapng reader code when processing LINKTYPE_ERF packets. wiretap/erf.h is what's left, for use by wiretap/erf.c and the code with the tables of file readers and writers. Change-Id: Ia982e79b14a025a80dcbc7c812fb3b2cdb9c6aaa Reviewed-on: https://code.wireshark.org/review/37021 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'epan/dissectors/packet-opa-snc.c')
-rw-r--r--epan/dissectors/packet-opa-snc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-opa-snc.c b/epan/dissectors/packet-opa-snc.c
index 27d0374efb..8d2996b156 100644
--- a/epan/dissectors/packet-opa-snc.c
+++ b/epan/dissectors/packet-opa-snc.c
@@ -13,7 +13,7 @@
#include <epan/packet.h>
#include <epan/expert.h>
-#include <wiretap/erf.h>
+#include <wiretap/erf_record.h>
void proto_reg_handoff_opa_snc(void);
void proto_register_opa_snc(void);