| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -2/+1 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -4/+21 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -2/+2 |
* | We can't trust "cf->current_frame" to refer to the frame that was | Guy Harris | 2000-05-15 | 1 | -3/+1 |
* | Use a GMemChunk for allocating and freeing "frame_data" structures; it | Guy Harris | 2000-04-03 | 1 | -1/+2 |
* | The color stuff is almost completely toolkit-dependent (this isn't just | Guy Harris | 2000-02-12 | 1 | -2/+2 |
* | Ethereal shouldn't use "file_seek()", "file_read()", or "file_write()" | Guy Harris | 2000-01-24 | 1 | -9/+1 |
* | Don't recompute "cf->count" when filtering packets - the recomputation | Guy Harris | 2000-01-08 | 1 | -2/+1 |
* | Move GTK code out of summary.c and into gtk/summary_dlg.c | Gilbert Ramirez | 1999-12-10 | 1 | -1/+5 |
* | To find out the file's packet encapsulation type (which could be | Guy Harris | 1999-12-04 | 1 | -2/+1 |
* | Now that "wtap_file_type_string()" takes a file type rather than a "wtap | Guy Harris | 1999-12-04 | 1 | -2/+1 |
* | Allow the user to save either all of the current capture, or only the | Guy Harris | 1999-11-30 | 1 | -5/+9 |
* | In "Go To Frame", distinguish between "there is no frame with that frame | Guy Harris | 1999-11-30 | 1 | -2/+9 |
* | Expand some comments. | Guy Harris | 1999-11-29 | 1 | -7/+7 |
* | Move the callback for input available on the sync pipe from "file.c" to | Guy Harris | 1999-11-29 | 1 | -2/+4 |
* | Change display filter entry widget to a GtkCombo. | Gerald Combs | 1999-11-25 | 1 | -2/+2 |
* | Clean up some ANSI C nits pointed out by "gcc -pedantic". | Guy Harris | 1999-11-18 | 1 | -8/+1 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-08 | 1 | -1/+2 |
* | Pop up a message box if a search for a frame fails. | Guy Harris | 1999-11-06 | 1 | -2/+2 |
* | Add a "Find Frame" menu item under "Display"; it lets you use a display | Guy Harris | 1999-11-06 | 1 | -4/+9 |
* | When a new display filter is to be applied, don't set "cf.dfilter" or | Guy Harris | 1999-10-11 | 1 | -5/+3 |
* | Get rid of some unused fields in a "capture_file" structure. | Guy Harris | 1999-10-02 | 1 | -4/+1 |