aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/text_import.c')
-rw-r--r--ui/text_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/text_import.c b/ui/text_import.c
index 912022425e..c8a122f4ba 100644
--- a/ui/text_import.c
+++ b/ui/text_import.c
@@ -531,7 +531,7 @@ write_current_packet (void)
pkthdr.pack_flags = 0;
pkthdr.presence_flags = WTAP_HAS_CAP_LEN|WTAP_HAS_INTERFACE_ID|WTAP_HAS_TS;
- wtap_dump(wdh, &pkthdr, NULL, packet_buf, &err);
+ wtap_dump(wdh, &pkthdr, packet_buf, &err);
}
}