aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf-common.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-29wiretap: Add header files to DoxygenMoshe Kaplan1-1/+1
Add @file markers for wiretap headers so that Doxygen will generate documentation for them.
2021-06-18erf: handle errors in some routines more completely.Guy Harris1-1/+1
Have them take error code and error information string arguments and, for various failures, fill them in as "internal error" indications. Check their return codes to see if they got an error.
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris1-0/+41
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>