Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
[obnox/wireshark/wip.git] / capture.h
index f94883c561b7c4903fcea33307c229f065faa02c..9ced0542a8247a54844124124277f8c528c990c7 100644 (file)
--- a/capture.h
+++ b/capture.h
@@ -86,5 +86,10 @@ extern void capture_input_closed(capture_options *capture_opts);
  */
 extern GList *capture_interface_list(int *err, char **err_str);
 
+/**
+ * Fetch the linktype list for the specified interface from a child process.
+ */
+extern GList *capture_pcap_linktype_list(char *devname, char **err_str);
+
 
 #endif /* capture.h */