Have Wiretap set the snapshot length to 0 if it can't be derived from
[metze/wireshark/wip.git] / capture.c
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-10 Guy HarrisSeparate the promiscuous mode, "Update list of packets...
2002-01-08 Guy HarrisAdd a routine to kill a capture child if it exists...
2002-01-04 Guy HarrisAs per Michael Tuexen's suggestion, set the libpcap...
2002-01-03 Guy HarrisMake the "go" member of the "loop_data" structure in...
2001-12-04 Guy HarrisMake the bytes-written information from Wiretap a long...
2001-12-04 Guy HarrisSupport for stopping capture at specified capture file...
2001-11-30 Guy HarrisAdd support for LocalTalk Link Access Protocol.
2001-11-28 Guy HarrisSupport for 802.11+Prism II monitor-mode link-layer...
2001-11-20 Guy HarrisGet rid of the "len" and "captured_len" members of...
2001-11-20 Guy HarrisMake the capture routines take an additional argument...
2001-11-09 Guy HarrisWrap calls to "pcap_datalink()" in a routine that attem...
2001-10-26 Gilbert RamirezFix the rest of the signed/unsigned comparison warnings.
2001-10-25 Guy HarrisUse "g_warning" to print warning messages from "pcap_op...
2001-10-25 Guy HarrisHandle "pcap_open_live()" succeeding but returning...
2001-06-18 Guy HarrisVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-06-15 Guy HarrisIf the capture child process sends the parent an error...
2001-06-05 Guy HarrisEnable "Match Selected" only if there's a field selecte...
2001-06-02 Guy HarrisChanges to structure initializations not to initialize...
2001-05-01 Guy Harris"prefs.capture_real_time", not "prefs.capture_auto_scro...
2001-04-13 Jeff FosterAdded the ethereal capture preferences to the preferenc...
2001-04-11 Guy HarrisThe Software Porting And Archive Centre for HP-UX now...
2001-04-04 Guy HarrisWinPcap 2.1 allows you to capture on Token Ring, so...
2001-03-30 Guy HarrisCall the capture routine for PPP-in-HDLC-like-framing...
2001-03-15 Guy HarrisAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-02-14 Guy HarrisRename "SP_ERROR" to "SP_ERROR_MSG" to avoid a #define...
2001-02-11 Guy HarrisIn an "Update list of packets in real time" capture...
2001-02-11 Guy HarrisChange the protocol between the parent and child proces...
2001-02-11 Guy HarrisReport failures of "pcap_stats()", as tcpdump does.
2001-02-11 Guy HarrisIn Ethereal, attempt to get the packet statistics from...
2001-02-10 Guy HarrisCheck for errors when writing a capture file.
2001-01-28 Guy HarrisThere's no need for a member of a "capture_file" struct...
2001-01-13 Gilbert RamirezActually call capture_sll() from the capture loop.
2001-01-09 Guy HarrisDon't do the "select()" in the capture codepath on...
2000-12-28 Guy HarrisIt turns out that the read timeout in Solaris's "bufmod...
2000-12-27 Guy HarrisIf the capture child process exits unexpectedly, give...
2000-11-15 Guy HarrisIEEE 802.11 support, from Johan Jorgensen of Axis Commu...
2000-11-01 Guy HarrisInstead of failing if we can't find a netmask for the...
2000-10-21 Guy HarrisCapture statistics box improvements from Santeri Paavol...
2000-10-11 Guy HarrisSanteri Paavolainen's patch to add a "Capture->Stop...
2000-10-08 Gerald CombsChange addresses from ethereal.zing.org to ethereal...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
2000-09-17 Guy Harrislibpcap unconditionally includes <net/if.h> on UNIX...
2000-09-15 Guy HarrisAdd a "-p" command-line option, and a checkbox in the...
2000-09-14 Graham BloiceCorrected startup // shutdown of windows sockets to...
2000-09-14 Gilbert RamirezChange #include "wtap-int.h" to #include "wtap.h"
2000-08-22 Guy HarrisGiven that DLT_ values and libpcap appear to mutate...
2000-08-20 Guy HarrisInstead of having the normal-weight and bold fonts...
2000-08-19 Laurent DenielFix potential buffer overflows.
2000-08-14 Guy HarrisPPP/WAN captures work on Windows 9x, so speak of them...
2000-08-13 Guy HarrisOn Win32, if the attempt to open the capture device...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-07-31 Guy HarrisFix it to compile on non-Linux UNIX-flavored systems...
2000-07-30 Olivier AbadAdd missing function prototypes.
2000-07-30 Olivier AbadSupport for capturing packet data from a pipe (a FIFO...
2000-07-21 Gilbert RamirezGet rid of "Playback" in capture window title.
2000-07-20 Guy HarrisUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 Guy HarrisTo make windows modal, use "gtk_window_set_modal()...
2000-06-27 Guy HarrisAdd routines to Wiretap to allow a client of Wiretap...
2000-06-27 Guy HarrisPatch from Ben Fowler to rename the global variable...
2000-06-15 Guy HarrisChanges from Graham Bloice to support "Update list...
2000-06-15 Guy HarrisMark Clayton's patch to add support for capturing on...
2000-05-26 Guy HarrisSupport for SCTP in the capture dialog, from Michael...
2000-05-25 Gilbert RamirezConvert dissect_ppp() and friends to use tvbuffs.
2000-05-19 Guy HarrisMove the closes of the save file FD around:
2000-05-19 Gilbert RamirezClose capture file descriptor.
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-06 Guy HarrisCheck whether "pipe()" succeeds, and pop up a message...
2000-05-06 Guy HarrisIf the attempt to execute Ethereal in a child process...
2000-03-21 Guy HarrisPaul Welchinski's changes to, on Win32 systems:
2000-02-19 Olivier AbadUsed register_init_routine() to register "reinit_x25_ha...
2000-02-18 Olivier AbadRenamed init_dissect_x25() to reinit_x25_hashtable...
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-02-09 Gilbert RamirezIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-02 Gilbert RamirezAlso listen for GDK_INPUT_EXCEPTION on the sync pipe...
2000-01-30 Nathan Neulingeradded support for clicking capture window's close box...
2000-01-26 Guy HarrisIn case the "ts" field of a libpcap per-packet header...
2000-01-23 Guy HarrisIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 Guy HarrisJoerg Mayer's updates to the VINES dissector and to...
2000-01-12 Guy HarrisEnough is enough. Requiring anybody who uses Ethereal...
2000-01-03 Guy HarrisTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-03 Guy HarrisHave "gtk/menu.c" (and, in the future, code for other...
1999-12-09 Guy HarrisMove the GTK+ implementations of various UI utilities...
1999-11-30 Gilbert RamirezAdd IPX to packet stats during capture.
1999-11-30 Guy HarrisAllow the user to save either all of the current captur...
1999-11-29 Guy HarrisMove the callback for input available on the sync pipe...
1999-11-28 Guy HarrisPass the right argument to the "simple_dialog()" call...
1999-11-25 Guy HarrisOn a "wtap_dump_close()" error, if it's not one of...
1999-10-20 Gilbert RamirezMove GTK-related stuff out of globals.h and put it...
1999-10-02 Guy HarrisGet rid of "-F" - "-S" works, and has a more convenient UI.
1999-10-02 Guy HarrisMove the declaration of global variables involved with...
1999-10-02 Guy HarrisHave "do_capture()" take, as an argument, a pointer...
1999-10-02 Guy HarrisA child process for a "-S" or "-F" capture should ...
1999-10-01 Guy HarrisMove the definitions of "sync_mode", "sync_pipe", ...
1999-09-30 Guy HarrisAdd a new global flag "capture_child", which is TRUE...
1999-09-30 Guy HarrisIf we're given the "-k" flag, don't start the capture...
1999-09-25 Guy HarrisSquelch a (justified, although the child process *shoul...
1999-09-23 Guy HarrisClose the capture file in "do_capture()", right before...
1999-09-23 Guy HarrisIf we forcibly turn off "fork_mode" if the user doesn...
next