aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-05-01 20:13:59 -0700
committerGuy Harris <gharris@sonic.net>2020-05-02 03:33:29 +0000
commit9d3086460716436d1ea9f5b7248911e748d09590 (patch)
tree654332f3963a4508454827c6fcbe1f06116e9623 /wiretap/erf.h
parent0e0f20bc7d9cd3f41cea1ad58b2cd71e849aab2e (diff)
wiretap/erf: Get rid of no-longer-used routine.
I guess the "replace" part of "TODO: Replace uses in pcapng and pcap with erf_read_header() and/or erf_populate_interface_from_header() and delete." has been done, so we do the "delete" part. Change-Id: Icd691aa8c3defdd68c306ad9eaf1379a8ba6ec0f Reviewed-on: https://code.wireshark.org/review/37020 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'wiretap/erf.h')
-rw-r--r--wiretap/erf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiretap/erf.h b/wiretap/erf.h
index 9b5b456a72..574f9daa9e 100644
--- a/wiretap/erf.h
+++ b/wiretap/erf.h
@@ -376,7 +376,6 @@ int erf_dump_open(wtap_dumper *wdh, int *err);
erf_t* erf_priv_create(void);
erf_t* erf_priv_free(erf_t* erf_priv);
-int erf_populate_interfaces(wtap *wth);
int erf_populate_interface(erf_t* erf_priv, wtap *wth, union wtap_pseudo_header *pseudo_header, guint64 host_id, guint8 source_id, guint8 if_num);
int erf_populate_interface_from_header(erf_t* erf_priv, wtap *wth, union wtap_pseudo_header *pseudo_header);
int erf_get_source_from_header(union wtap_pseudo_header *pseudo_header, guint64 *host_id, guint8 *source_id);