Handle NAL-unit start code correctly.
[metze/wireshark/wip.git] / capture_opts.c
2009-02-23 Guy HarrisHave the minimum snapshot length be 1 byte, and have...
2008-12-21 Guy HarrisIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 Stig BjørlykkeUse correct type when printing remote_port.
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-06-23 Stig BjørlykkeDo not only update the argument name, but also where...
2008-06-23 Guy HarrisRename a variable to avoid collisions with a global...
2008-06-20 Guy Harriscapture_opts_print_statistics() has nothing to do with...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-12 Gerald CombsIf we have pcap_open, call it instead of pcap_open_live...
2008-04-09 Ulf Lampingreplace confusing #if checking for GlIB2.6.0 by #if...
2008-02-23 Bill MeierEnsure tshark/wireshark always get good err msgs from...
2008-02-07 Stig BjørlykkeRemoved some more "statement not reached" warnings.
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-09-25 Ulf Lampingas "advertised" some days ago:
2007-08-30 Gerald CombsChange the "--enable-setuid-install" option to install...
2007-08-28 Bill Meiercapture_opts_log: use dummy string if iface_desc is...
2007-08-22 Jeff MorrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-02 Gerald CombsAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-25 Stephen FisherFix bug #1665 / From Nikns Siankin:
2007-06-11 Gerald CombsFix compilation under VS6 (hopefully without breaking...
2007-06-11 Gerald CombsOne more step in privilege separation.
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2007-01-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 Ulf Lampingfrom Laurent Rabret:
2007-01-01 Bill MeierFrom Pierre Juhen: patch to correct the bug 1220
2006-11-02 Jörg MayerFrederic Heem:
2006-08-26 Guy HarrisGo back to setting the capture filter to an empty strin...
2006-08-21 Guy HarrisInitialize the cfilter field of a capture_opts structur...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-04-21 Ulf Lampingprepare to list the IP addresses in the command line...
2006-04-03 Guy HarrisIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 Ulf Lampingremove some XXX markers in comments which are no (longe...
2006-03-01 Guy HarrisA "-b" argument must have a : in it, as it has to speci...
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-02-11 Ulf Lampingthe point of no return ...
2006-02-10 Ulf Lampingremove all calls to exit() from the capture_opts.c...
2006-01-12 Ulf Lampingfix #661
2006-01-07 Ulf Lampingmove output_to_pipe flag from tethereal's loop_data...
2005-12-17 Ulf LampingWin32 bugfix: peeking the signal_pipe at capture_loop...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-05 Ulf Lampingadd capture_opts_trim(), as this sequence is used three...
2005-12-03 Ulf Lampingsplit capture.h into capture.h, capture_loop.h and...
2005-11-17 Guy HarrisHandle "-G" only in Tethereal - it doesn't work in...
2005-11-12 Ulf Lampingincluding io.h isn't needed
2005-10-07 Ulf Lampingfix Ethereal so command line capture parameter will...
2005-05-30 Ulf Lampingfix #148: (win32 only) use command line parameter ...
2005-05-26 Ulf Lampinguse the log features of the GLib to have verbose output...
2005-04-27 Ulf Lampingadd a state member to the capture_opts, and set it...
2005-04-12 Ulf Lampingcapture engine:
2005-04-10 Ulf LampingWin32 only bugfix: as using TerminateProcess is the...
2005-03-28 Ulf Lampingbugfixes: bring non real-time captures back to former...
2005-03-28 Ulf Lampingfix Solaris build (I've removed O_BINARY)
2005-03-28 Ulf Lampingremove capture_child flag from capture_opts as it's...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-28 Guy HarrisThe "cf" field of a "capture_options" structure is...
2005-03-28 Ulf Lampingmajor capture engine rework: use two task model for...
2005-02-27 Guy HarrisMove "get_natural_int()" and "get_positive_int()" from...
2005-02-24 Luis Ontanonavoid capture stopping after just 1 packet in tethereal,
2005-02-24 Guy HarrisInclude <string.h> and <ctype.h> to get the appropriate...
2005-02-23 Ulf Lampingpass child capture filename to parent process (name...
2005-02-23 Ulf Lampinguse the applications name (currently "ethereal" or...
2005-02-23 Ulf Lampingmove capture_opts related things (init, command line...