From fd88bfa348677ec7bdd95d6a7130a08212ee98f7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 27 Mar 2020 20:08:33 -0700 Subject: Write the if_hardware option, if available, to pcapng files when capturing. Change-Id: Ib9ff78d148a2364c84d84b4a9b020b3d783654a3 Reviewed-on: https://code.wireshark.org/review/36602 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- text2pcap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'text2pcap.c') diff --git a/text2pcap.c b/text2pcap.c index 902b2b8d11..dc20e2ead3 100644 --- a/text2pcap.c +++ b/text2pcap.c @@ -895,6 +895,7 @@ write_file_header (void) NULL, "", NULL, + NULL, pcap_link_type, WTAP_MAX_PACKET_SIZE_STANDARD, &bytes_written, -- cgit v1.2.3