| Commit message (Expand) | Author | Age | Files | Lines |
* | The declaration of "destroy_packet_wins()" belongs in | Guy Harris | 2001-03-24 | 1 | -1/+2 |
* | Give the code that computes protocol statistics a progress dialog box, | Guy Harris | 2001-03-24 | 1 | -1/+2 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -10/+40 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 1 | -5/+13 |
* | Check for errors when writing a capture file. | Guy Harris | 2001-02-10 | 1 | -2/+2 |
* | Use "dfilter_apply_edt()" rather than "dfilter_apply()". | Guy Harris | 2001-02-03 | 1 | -10/+7 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -15/+14 |
* | Get rid of support for old-style plugins (support for old-style plugins | Guy Harris | 2001-01-28 | 1 | -10/+2 |
* | Add a "color.h" file that declares a nominally-toolkit-independent | Guy Harris | 2000-11-21 | 1 | -9/+12 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -4/+6 |
* | Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header | Gilbert Ramirez | 2000-10-20 | 1 | -1/+2 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -7/+17 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -3/+5 |
* | The correct way to check for an error (rather than an EOF) from a failed | Guy Harris | 2000-09-17 | 1 | -4/+4 |
* | It's "GSList", not "GSlist". | Guy Harris | 2000-09-12 | 1 | -2/+2 |
* | Also free the GSLists for per-frame data on frames we haven't | Guy Harris | 2000-09-12 | 1 | -8/+6 |
* | Fix the problem with resetting per-frame state info problems that there | Richard Sharpe | 2000-09-11 | 1 | -8/+7 |
* | We have to free up the per-frame data when we rescan, because we have | Richard Sharpe | 2000-09-11 | 1 | -1/+10 |
* | Compute and display negative relative and delta time stamps correctly, | Guy Harris | 2000-09-10 | 1 | -19/+14 |
* | "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as it | Guy Harris | 2000-09-09 | 1 | -3/+2 |
* | Redraw: | Guy Harris | 2000-09-08 | 1 | -3/+2 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -2/+3 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -4/+4 |
* | If we've thrown away saved state before a rescan of the frames in a | Guy Harris | 2000-08-24 | 1 | -2/+21 |
* | Actually, we do have to clear all the dissector information if we're | Guy Harris | 2000-08-24 | 1 | -8/+34 |
* | Instead of keeping in the information about an RPC call a count of the | Guy Harris | 2000-08-24 | 1 | -14/+1 |
* | Add prefs.gui_marked_[fb]g color preferences for the | Laurent Deniel | 2000-08-21 | 1 | -4/+3 |
* | Frames in the packet list can now be marked by the user using | Laurent Deniel | 2000-08-21 | 1 | -9/+22 |
* | Fix potential buffer overflows. | Laurent Deniel | 2000-08-19 | 1 | -3/+4 |
* | Oups. Forgot some set_menus_for_selected_tree_row calls. | Laurent Deniel | 2000-08-15 | 1 | -1/+2 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -8/+9 |
* | Make copy_binary_file() static since follow_dlg.c no longer uses it. | Gilbert Ramirez | 2000-08-09 | 1 | -2/+3 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -54/+76 |
* | Replace calls to sprintf() with snprintf() in file_*_error_message routines, | Gilbert Ramirez | 2000-08-03 | 1 | -6/+11 |
* | When rescanning a file, all state information for the frames has | Gilbert Ramirez | 2000-07-26 | 1 | -1/+5 |
* | In Tethereal: | Guy Harris | 2000-07-20 | 1 | -2/+2 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -13/+17 |
* | Put up a progress dialog when changing the time display; it can take a | Guy Harris | 2000-07-09 | 1 | -1/+47 |
* | Turn the code of "colorize_packet()" into a static routine that is given | Guy Harris | 2000-07-09 | 1 | -35/+74 |
* | If the progress dialog gets a "delete" event, have the handler return | Guy Harris | 2000-07-07 | 1 | -4/+5 |
* | Use "progdlg_t *" rather than "void *" as the handle for a progress | Guy Harris | 2000-07-07 | 1 | -18/+19 |
* | If the user clicks the "Cancel" button in a progress-bar dialog box for | Guy Harris | 2000-07-03 | 1 | -4/+5 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -60/+91 |
* | Don't pass a pointer to the packet data buffer to "read_packet()"; let | Guy Harris | 2000-06-27 | 1 | -7/+8 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -32/+114 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -1/+2 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -5/+5 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -41/+37 |
* | Have "proto_tree_is_visible" false except when we're in the middle of | Guy Harris | 2000-05-18 | 1 | -7/+9 |
* | We can't trust "cf->current_frame" to refer to the frame that was | Guy Harris | 2000-05-15 | 1 | -50/+63 |