Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".
[obnox/wireshark/wip.git] / capture.c
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...
1999-07-20 guyFix a comment.
1999-07-13 gramSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-09 gramAdded the ability to create a read-only ethereal, i...
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-21 gramFound some erroneous usages of gtk_signal_connect_objec...
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-06-05 guyDon't "g_strdup()" what "gtk_entry_get_text()" returns...
1999-06-01 guyWhen constructing the list for the "Count" combo box...
1999-05-11 denielLive data capture and display enhancement that allows...
1999-04-06 gramCapturing packets from ethereal now saves the capture...
1999-02-11 guyHave MIN_PACKET_SIZE, rather than 1, be the minimum...
1999-02-11 guyMake the minimum and maximum packet sizes #defines.
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1999-02-02 guyNo need to disable filter-related widgets for packet...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-22 gramFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-22 gramStopped the "TCP Follow" screen from producing an error...
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-11-18 gerald* Disable filter-related widgets if we're using wiretap.
1998-11-17 guyAdd a "acinclude.m4" file that defines a "AC_ETHEREAL_S...
1998-11-15 guyBack out some changes accidentally commited by the...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-10-28 gerald* Added preference file saves and reads.
1998-10-13 guySquelch a number of "-Wall" errors by:
1998-10-12 gerald- Added match_strval function to packet.c
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-29 hannesChanges to capture.c and capture.h to support more...
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision