From Chris Wilson:
[obnox/wireshark/wip.git] / capture.c
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 guyAdd a new "file_open_error_message()" routine in "epan...
2004-01-22 guyUse "fork_child" rather than "child_process" - on Win32...
2004-01-22 ulflbugfix: wrong parameter name
2004-01-22 ulflmoved GTK specific parts from capture.c to ui_util.c,
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-18 guyUpdate the Win32 information given when we fail to...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-12-18 guyTop-of-tree and top-of-0.8-branch libpcap support limit...
2003-12-18 guyFrom Jan Kiszka: IrDA support.
2003-11-17 guyFix a typo.
2003-11-17 guyGet rid of a no-longer-used variable.
2003-11-15 ulflseperated capture dialog from capture.c and put into...
2003-11-14 guyWhen it comes to whether to use "select()" or not,...
2003-11-01 guyBased on a patch from Brian Fundakowski Feldman, add...
2003-10-11 jmayerPart 3 of display vs. capture syntax confusion patches...
2003-09-15 guyMake sure we return FALSE in all the failure paths...
2003-09-15 guyDon't pop up tap windows specified with "-z" options...
2003-09-15 guyRename various capture file routines to have names...
2003-07-23 guyGive a more detailed message when WSAStartup fails.
2003-05-15 denielImplement a ring buffer switch duration:
2003-04-24 guyDon't ignore SIGCHLD - doing so means that, on many...
2003-01-23 guyFrom a look at the Linux ARCNET code, it appears that...
2003-01-23 guyAdd a "capture_arcnet()" routine and use it when capturing.
2003-01-03 guyRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2003-01-01 guyRe-word-wrap the "you can't capture on PPP/WAN interfac...
2002-12-31 guyUse _WIN32 rather than WIN32 throughout (both of them...
2002-12-31 guyClean up the comments a bit.
2002-12-29 guyFix a typo.
2002-12-29 guy"&magic" is a "guint32 *", so adding a byte count to...
2002-12-18 guyCorrectly compute the minutes portion of the elapsed...
2002-12-08 guyAdd a capture routine for IP-over-FC, and call it from...
2002-10-19 guySuppress compiler warnings on platforms where "time_t...
2002-10-16 guyFrom Ulf Lamping: show total running time of capture...
2002-10-14 guyFrom Ulf Lamping: count ARP packets in capture progress...
2002-10-09 guyFrom Ulf Lamping: keep "Update list of packets in real...
2002-09-22 geraldFrom Graeme Hewson:
2002-09-09 guyFrom Graeme Hewson:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-13 guyNot all compilers allow labels that don't have a statem...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 guyFrom Graeme Hewson:
2002-07-16 guyFrom Graeme Hewson:
2002-07-15 guyUpdate the "NT sucks for PPP capture" note to include...
2002-06-22 guyOn Windows, there's no "pipe_fd", so don't refer to it.
2002-06-13 guyFrom Graeme Hewson: fix capture-from-pipe not to block...
2002-06-07 guyAdd a Wiretap routine to process packets captured via...
2002-06-07 guyJust have "pcap_dispatch()" cons up a "strut pcap_pkthd...
2002-06-07 guyHave a common routine for doing the packet counter...
2002-06-07 guyPass the captured length, not the full length, to the...
2002-06-06 guyFrom Michael Tuexen: remove the old workaround for...
2002-06-04 guyFrom Michael Tuexen: treat Darwin/MacOS X like the...
2002-06-04 guyFrom Graeme Hewson:
2002-05-04 guyFrom Joerg Mayer: get rid of some unused arguments...
2002-04-24 guyFrom Joerg Mayer: get rid of extra arguments to capture...
2002-04-08 guyAdd an encapsulation type for "802.11 with radio inform...
2002-02-24 guyPut all the capture options into a structure.
2002-02-24 guy"autostop_filesize" and "autostop_duration" don't need...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-10 guySeparate the promiscuous mode, "Update list of packets...
2002-01-08 guyAdd a routine to kill a capture child if it exists...
2002-01-04 guyAs per Michael Tuexen's suggestion, set the libpcap...
2002-01-03 guyMake the "go" member of the "loop_data" structure in...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
2001-11-30 guyAdd support for LocalTalk Link Access Protocol.
2001-11-28 guySupport for 802.11+Prism II monitor-mode link-layer...
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-09 guyWrap calls to "pcap_datalink()" in a routine that attem...
2001-10-26 gramFix the rest of the signed/unsigned comparison warnings.
2001-10-25 guyUse "g_warning" to print warning messages from "pcap_op...
2001-10-25 guyHandle "pcap_open_live()" succeeding but returning...
2001-06-18 guyVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-06-15 guyIf the capture child process sends the parent an error...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-06-02 guyChanges to structure initializations not to initialize...
2001-05-01 guy"prefs.capture_real_time", not "prefs.capture_auto_scro...
2001-04-13 jfosterAdded the ethereal capture preferences to the preferenc...
2001-04-11 guyThe Software Porting And Archive Centre for HP-UX now...
2001-04-04 guyWinPcap 2.1 allows you to capture on Token Ring, so...
2001-03-30 guyCall the capture routine for PPP-in-HDLC-like-framing...
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-02-14 guyRename "SP_ERROR" to "SP_ERROR_MSG" to avoid a #define...
2001-02-11 guyIn an "Update list of packets in real time" capture...
2001-02-11 guyChange the protocol between the parent and child proces...
2001-02-11 guyReport failures of "pcap_stats()", as tcpdump does.
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2001-02-10 guyCheck for errors when writing a capture file.
2001-01-28 guyThere's no need for a member of a "capture_file" struct...
2001-01-13 gramActually call capture_sll() from the capture loop.
2001-01-09 guyDon't do the "select()" in the capture codepath on...
2000-12-28 guyIt turns out that the read timeout in Solaris's "bufmod...
2000-12-27 guyIf the capture child process exits unexpectedly, give...
2000-11-15 guyIEEE 802.11 support, from Johan Jorgensen of Axis Commu...
2000-11-01 guyInstead of failing if we can't find a netmask for the...
2000-10-21 guyCapture statistics box improvements from Santeri Paavol...
2000-10-11 guySanteri Paavolainen's patch to add a "Capture->Stop...
next