Use tcp_dissect_pdus().
[obnox/wireshark/wip.git] / capture_sync.c
2005-02-07 ulflwhen building the argv string, use save_file_fd_str...
2005-02-07 guyIn the child process, capture_opts->fork_child is 0...
2005-02-07 guyDeclare "cf_callback_t" before using it in a further...
2005-02-06 guyGet rid of a few cf_get_ references missed by the previ...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-05 ulflrename kill_capture_child to capture_kill_child to...
2005-02-05 ulflminor enhancements to Guy's last update
2005-02-05 guyPut "cf_status_t" back.
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulflremove access to global cfile, use access functions...
2005-02-04 sahlbergadd missing conversion to new use of save_file and...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2004-12-29 guyFix it to compile on systems without "pcap_datalink_val...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-10-30 guyMove some #defines and #includes around, and add some...
2004-10-30 ulflcode cleanup: split capture_sync from capture.c into...