Pass two strings in capture child messages, so the child can send
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 5 Mar 2006 03:14:16 +0000 (03:14 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 5 Mar 2006 03:14:16 +0000 (03:14 +0000)
commitfe3a732e822900b1b5cb148fd2c3e729f60cb66e
tree96501d3ec05c28eb6978a72e86c1e480b2293ab1
parent990e032880a51be78485aed4fe7d4b5524f8e92b
Pass two strings in capture child messages, so the child can send
primary and secondary error messages and let the parent worry about how
to display them.  This means dumpcap doesn't need stub routines for
generating the formatting tags for the primary and secondary messages.

Have a separate message for capture filter errors, so that the parent
can check whether the capture filter looks like a display filter and
report the appropriate message.  This means that dumpcap doesn't need a
stub routine for compiling display filters (a stub routine also means
that Ethereal won't do the check for capture filters that look like
display filters!).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17465 f5534014-38df-0310-8fa8-9805f1628bb7
capture.c
capture.h
capture_loop.c
capture_loop.h
capture_sync.c
capture_sync.h
dumpcap.c
tethereal.c