summaryrefslogtreecommitdiff
path: root/capture_sync.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-07-20 21:43:07 +0000
committerGerald Combs <gerald@wireshark.org>2007-07-20 21:43:07 +0000
commitc02e0c7b4a2f23916f6bdda16bd124e3a2b83419 (patch)
treea705612afd4276c7aa9f43738667b6b8a7da2520 /capture_sync.h
parentc1a4caf1b24b7ce38434f8963b3590013912697b (diff)
downloadwireshark-c02e0c7b4a2f23916f6bdda16bd124e3a2b83419.tar.gz
Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
that "-D" and "-L" should produce machine-readable output. Use this to move an indirect get_pcap_linktype() call from the GUI to dumpcap. svn path=/trunk/; revision=22367
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 5e3cb7c9e5..e82027efc7 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -67,5 +67,8 @@ signal_pipe_check_running(void);
extern int
sync_interface_list_open(gchar **msg);
+/** Get a linktype list using dumpcap */
+extern int
+sync_linktype_list_open(gchar *ifname, gchar **msg);
#endif /* capture_sync.h */