aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.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 /wiretap/libpcap.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 'wiretap/libpcap.c')
-rw-r--r--wiretap/libpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index d88346c185..5e3dbf07cc 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -16,7 +16,7 @@
#include "pcap-common.h"
#include "pcap-encap.h"
#include "libpcap.h"
-#include "erf.h"
+#include "erf-common.h"
/* See source to the "libpcap" library for information on the "libpcap"
file format. */