| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Make the "human-readable text vs. PSML vs. PDML" choice separate from | Guy Harris | 2004-07-08 | 1 | -1/+4 |
* | Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - and | Guy Harris | 2004-03-08 | 1 | -3/+1 |
* | This makes ethereal compile again when configured --without-pcap | Jörg Mayer | 2004-03-08 | 1 | -1/+3 |
* | Add a "force" argument to "filter_packets()" and | Guy Harris | 2004-02-23 | 1 | -2/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -3/+3 |
* | There's no need to keep a "FILE *" for the file being printed to in a | Guy Harris | 2004-01-25 | 1 | -2/+7 |
* | As with "cf_open_error_message()"/"file_open_error_message()", so with | Guy Harris | 2004-01-24 | 1 | -2/+1 |
* | Add a new "file_open_error_message()" routine in "epan/filesystem.c", to | Guy Harris | 2004-01-24 | 1 | -2/+1 |
* | a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven... | Ulf Lamping | 2004-01-20 | 1 | -1/+4 |
* | Add a routine "retap_packet()" that runs through all packets, dissecting | Guy Harris | 2004-01-13 | 1 | -1/+2 |
* | From Dick Gooris (and me :-) | Ulf Lamping | 2003-12-29 | 1 | -2/+3 |
* | Make "finfo_selected" a member of a "capture_file" structure rather than | Guy Harris | 2003-09-24 | 1 | -2/+2 |
* | Rename various capture file routines to have names starting with "cf_". | Guy Harris | 2003-09-15 | 1 | -10/+10 |
* | Add a routine to return the display name for a "capture_file" structure, | Guy Harris | 2003-09-15 | 1 | -1/+2 |
* | Added TimeReference frames. | Ronnie Sahlberg | 2003-09-12 | 1 | -1/+2 |
* | Get rid of the EBCDIC stuff in the find dialog - it's not supported yet, | Guy Harris | 2003-08-29 | 1 | -2/+8 |
* | Applied the "Updated find capabilities...." from Greg Morris. | Richard Sharpe | 2003-08-11 | 1 | -2/+2 |
* | From Greg Morris: add support for case-insensitive full-text searches. | Guy Harris | 2003-08-05 | 1 | -2/+2 |
* | Get rid of carriage returns - some compilers don't like them. | Guy Harris | 2003-07-25 | 1 | -2/+2 |
* | From Greg Morris: code to support searches for text or raw binary data | Guy Harris | 2003-07-22 | 1 | -2/+4 |
* | Have "goto_frame()" put up error dialog boxes itself, rather than having | Guy Harris | 2003-03-02 | 1 | -7/+2 |
* | From Vassilii Khachaturov, cleanup of redundant code. | Ronnie Sahlberg | 2002-09-06 | 1 | -53/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -2/+2 |
* | Clean up the data structures for the color filter code a bit. The old | Guy Harris | 2002-05-27 | 1 | -2/+1 |
* | Make "save_cap_file()" return a Boolean (TRUE on success, FALSE on | Guy Harris | 2002-05-23 | 1 | -2/+2 |
* | Put all the capture options into a structure. | Guy Harris | 2002-02-24 | 1 | -5/+1 |
* | "autostop_filesize" and "autostop_duration" don't need to be in the | Guy Harris | 2002-02-24 | 1 | -3/+1 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -2/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 1 | -2/+1 |
* | Make the "Save only marked frames" button in the "Save As..." dialog box | Guy Harris | 2001-12-06 | 1 | -2/+13 |
* | Make the bytes-written information from Wiretap a long, as we allow | Guy Harris | 2001-12-04 | 1 | -2/+4 |
* | Support for stopping capture at specified capture file size or capture | Guy Harris | 2001-12-04 | 1 | -1/+5 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 1 | -14/+1 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -4/+5 |
* | Check the validity of numbers specified in command-line options. | Guy Harris | 2001-04-18 | 1 | -3/+3 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 1 | -1/+2 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -8/+5 |
* | There's no need for a member of a "capture_file" structure holding a | Guy Harris | 2001-01-28 | 1 | -8/+1 |
* | Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header | Gilbert Ramirez | 2000-10-20 | 1 | -3/+2 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -1/+4 |
* | Frames in the packet list can now be marked by the user using | Laurent Deniel | 2000-08-21 | 1 | -2/+2 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -13/+1 |
* | Make copy_binary_file() static since follow_dlg.c no longer uses it. | Gilbert Ramirez | 2000-08-09 | 1 | -3/+1 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -1/+3 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -2/+2 |
* | Turn the code of "colorize_packet()" into a static routine that is given | Guy Harris | 2000-07-09 | 1 | -1/+2 |