From Stephen Fisher: put a newline at the end, to squelch warnings.
[metze/wireshark/wip.git] / capture_loop.h
2006-10-08 Ulf Lampingfrom Richard van der Hoff:
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Guy HarrisFix the only gerald@ethereal.com references left.
2006-05-21 Guy HarrisIf we have pcap_breakloop(), at least on UN*X we can...
2006-05-20 Guy HarrisThe timeout is needed if you don't have pcap_breakloop...
2006-05-20 Guy HarrisDumpcap doesn't need to ensure that it doesn't block...
2006-04-03 Guy HarrisPut the low-level sync routines into a common file...
2006-03-21 Guy HarrisSimplify the argument list to cap_pipe_dispatch().
2006-03-05 Guy HarrisMake some routines not used outside capture_loop.c...
2006-03-05 Guy HarrisPass two strings in capture child messages, so the...
2006-03-04 Guy HarrisWhen capturing, we only support writing to libpcap...
2006-01-07 Ulf Lampingmove output_to_pipe flag from tethereal's loop_data...
2005-12-14 Guy HarrisConstify a bunch of arguments and variables, to squelch...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-03 Ulf Lampingsplit some parts of the packet counting functions into...
2005-12-03 Ulf Lampingsplit capture.h into capture.h, capture_loop.h and...