Show the "More Fragments" indicator as such, rather than as a "this is
[obnox/wireshark/wip.git] / capture.c
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...
2000-10-08 geraldChange addresses from ethereal.zing.org to ethereal...
2000-09-21 gramMake sure to pass the sent/received direction from...
2000-09-17 guylibpcap unconditionally includes <net/if.h> on UNIX...
2000-09-15 guyAdd a "-p" command-line option, and a checkbox in the...
2000-09-14 grahambCorrected startup // shutdown of windows sockets to...
2000-09-14 gramChange #include "wtap-int.h" to #include "wtap.h"
2000-08-22 guyGiven that DLT_ values and libpcap appear to mutate...
2000-08-20 guyInstead of having the normal-weight and bold fonts...
2000-08-19 denielFix potential buffer overflows.
2000-08-14 guyPPP/WAN captures work on Windows 9x, so speak of them...
2000-08-13 guyOn Win32, if the attempt to open the capture device...
2000-08-11 denielMiscellaneous code cleaning
2000-07-31 guyFix it to compile on non-Linux UNIX-flavored systems...
2000-07-30 oabadAdd missing function prototypes.
2000-07-30 oabadSupport for capturing packet data from a pipe (a FIFO...
2000-07-21 gramGet rid of "Playback" in capture window title.
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 guyTo make windows modal, use "gtk_window_set_modal()...
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-06-15 guyChanges from Graham Bloice to support "Update list...
2000-06-15 guyMark Clayton's patch to add support for capturing on...
2000-05-26 guySupport for SCTP in the capture dialog, from Michael...
2000-05-25 gramConvert dissect_ppp() and friends to use tvbuffs.
2000-05-19 guyMove the closes of the save file FD around:
2000-05-19 gramClose capture file descriptor.
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-06 guyCheck whether "pipe()" succeeds, and pop up a message...
2000-05-06 guyIf the attempt to execute Ethereal in a child process...
2000-03-21 guyPaul Welchinski's changes to, on Win32 systems:
2000-02-19 oabadUsed register_init_routine() to register "reinit_x25_ha...
2000-02-18 oabadRenamed init_dissect_x25() to reinit_x25_hashtable...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-02-09 gramIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-02 gramAlso listen for GDK_INPUT_EXCEPTION on the sync pipe...
2000-01-30 nneuladded support for clicking capture window's close box...
2000-01-26 guyIn case the "ts" field of a libpcap per-packet header...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 guyJoerg Mayer's updates to the VINES dissector and to...
2000-01-12 guyEnough is enough. Requiring anybody who uses Ethereal...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-03 guyHave "gtk/menu.c" (and, in the future, code for other...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-11-30 gramAdd IPX to packet stats during capture.
1999-11-30 guyAllow the user to save either all of the current captur...
1999-11-29 guyMove the callback for input available on the sync pipe...
1999-11-28 guyPass the right argument to the "simple_dialog()" call...
1999-11-25 guyOn a "wtap_dump_close()" error, if it's not one of...
1999-10-20 gramMove GTK-related stuff out of globals.h and put it...
1999-10-02 guyGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 guyMove the declaration of global variables involved with...
1999-10-02 guyHave "do_capture()" take, as an argument, a pointer...
1999-10-02 guyA child process for a "-S" or "-F" capture should ...
1999-10-01 guyMove the definitions of "sync_mode", "sync_pipe", ...
1999-09-30 guyAdd a new global flag "capture_child", which is TRUE...
1999-09-30 guyIf we're given the "-k" flag, don't start the capture...
next