The Windows 2000 global catalog is LDAP on TCP port 3268, as per IANA assigned
[metze/wireshark/wip.git] / capture.c
2003-05-15 Laurent DenielImplement a ring buffer switch duration:
2003-04-24 Guy HarrisDon't ignore SIGCHLD - doing so means that, on many...
2003-01-23 Guy HarrisFrom a look at the Linux ARCNET code, it appears that...
2003-01-23 Guy HarrisAdd a "capture_arcnet()" routine and use it when capturing.
2003-01-03 Guy HarrisRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2003-01-01 Guy HarrisRe-word-wrap the "you can't capture on PPP/WAN interfac...
2002-12-31 Guy HarrisUse _WIN32 rather than WIN32 throughout (both of them...
2002-12-31 Guy HarrisClean up the comments a bit.
2002-12-29 Guy HarrisFix a typo.
2002-12-29 Guy Harris"&magic" is a "guint32 *", so adding a byte count to...
2002-12-18 Guy HarrisCorrectly compute the minutes portion of the elapsed...
2002-12-08 Guy HarrisAdd a capture routine for IP-over-FC, and call it from...
2002-10-19 Guy HarrisSuppress compiler warnings on platforms where "time_t...
2002-10-16 Guy HarrisFrom Ulf Lamping: show total running time of capture...
2002-10-14 Guy HarrisFrom Ulf Lamping: count ARP packets in capture progress...
2002-10-09 Guy HarrisFrom Ulf Lamping: keep "Update list of packets in real...
2002-09-22 Gerald CombsFrom Graeme Hewson:
2002-09-09 Guy HarrisFrom Graeme Hewson:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-13 Guy HarrisNot all compilers allow labels that don't have a statem...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-07-15 Guy HarrisUpdate the "NT sucks for PPP capture" note to include...
2002-06-22 Guy HarrisOn Windows, there's no "pipe_fd", so don't refer to it.
2002-06-13 Guy HarrisFrom Graeme Hewson: fix capture-from-pipe not to block...
2002-06-07 Guy HarrisAdd a Wiretap routine to process packets captured via...
2002-06-07 Guy HarrisJust have "pcap_dispatch()" cons up a "strut pcap_pkthd...
2002-06-07 Guy HarrisHave a common routine for doing the packet counter...
2002-06-07 Guy HarrisPass the captured length, not the full length, to the...
2002-06-06 Guy HarrisFrom Michael Tuexen: remove the old workaround for...
2002-06-04 Guy HarrisFrom Michael Tuexen: treat Darwin/MacOS X like the...
2002-06-04 Guy HarrisFrom Graeme Hewson:
2002-05-04 Guy HarrisFrom Joerg Mayer: get rid of some unused arguments...
2002-04-24 Guy HarrisFrom Joerg Mayer: get rid of extra arguments to capture...
2002-04-08 Guy HarrisAdd an encapsulation type for "802.11 with radio inform...
2002-02-24 Guy HarrisPut all the capture options into a structure.
2002-02-24 Guy Harris"autostop_filesize" and "autostop_duration" don't need...
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...
next