If a PrincipalName has at least one name-string, put the first of the
[obnox/wireshark/wip.git] / capture.c
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...
1999-09-25 guySquelch a (justified, although the child process *shoul...
1999-09-23 guyClose the capture file in "do_capture()", right before...
1999-09-23 guyIf we forcibly turn off "fork_mode" if the user doesn...
1999-09-23 guyIn fork mode, close the capture file in "do_capture...
1999-09-23 guyMove the toolkit-independent code to create a temporary...
1999-09-11 guy"capture.c" doesn't do socket "ioctl"s any more - the...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-08 guyDon't include in the list of interfaces offered by...
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...
1999-08-24 gramRemoved unnecessary #include "etypes.h" lines.
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-22 guyHave the message boxes put up for "libpcap" errors...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-19 guyUse "g_strdup()" rather than "strdup()".
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-18 guy"wtap_pcap_encap_to_wtap_encap()" shouldn't return...
1999-08-18 guyMake "wtap_dump()" and "wtap_dump_close()" return error...
1999-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-08-15 guyThe "loop_data" structure is used only in "capture...
1999-08-15 guy"open_cap_file()", if it succeeds, closes any capture...
1999-08-15 guyDon't preserve the read filter from file to file -...
1999-08-15 guy"read_cap_file()" doesn't need to be passed a file...
1999-08-15 guySplit "load_cap_file()" into "open_cap_file()" and...
1999-08-14 guyAdd ICMP to the set of packet types counted in the...
1999-08-10 guyDisplay counts of NetBEUI/NBF frames as "NetBIOS".
1999-08-10 guyJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-10 denielChange the test of pcap_dispatch returned value
1999-08-10 denielFix the -S option timeout handling:
1999-08-10 guyAdd the ability to specify a filter to be used when...
1999-08-05 denielUse execlp instead of execl to scan the PATH for the
1999-08-03 gramUpdate version numbers to 0.7.0, and update win32 Makef...
1999-08-02 gramChanged the chmod() call to a pair of umask() calls...
1999-07-31 gramchmod() the temporary capture file to 0600 so that...
1999-07-28 denielFix the -S option :
1999-07-28 geraldAdded a bug fix from Erik Daughtrey that sets cf_filter...
1999-07-24 guyHave "close_cap_file()" disable all menu items that...
1999-07-23 guyAdd a "File/Print" menu item, which prints *all* the...
1999-07-20 guyIf doing a catpure with "-S", as soon as we've created...
next