| Commit message (Expand) | Author | Age | Files | Lines |
* | From Joerg Mayer: remove unused variables. | Guy Harris | 2002-03-05 | 1 | -2/+1 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -6/+6 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -32/+24 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -7/+7 |
* | Have a routine to create a scrolled window, set its vertical scrollbar | Guy Harris | 2002-01-11 | 1 | -2/+2 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -3/+5 |
* | Add an extra argument to "epan_dissect_new()" that indicates whether the | Guy Harris | 2001-12-16 | 1 | -4/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -2/+2 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 1 | -7/+4 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -3/+1 |
* | Have a routine to add all the hex dump tabs to the hex dump notebook, | Guy Harris | 2001-11-20 | 1 | -11/+5 |
* | If bytes in a hex dump view are selected, the field in the corresponding | Guy Harris | 2001-11-20 | 1 | -2/+3 |
* | Allow the tvbuff pointer to various "proto_tree_add" routines to be null | Guy Harris | 2001-11-20 | 1 | -4/+6 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -4/+2 |
* | Fix typos in comments. | Guy Harris | 2001-03-24 | 1 | -3/+3 |
* | The declaration of "destroy_packet_wins()" belongs in | Guy Harris | 2001-03-24 | 1 | -2/+1 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -16/+46 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 1 | -2/+1 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -2/+1 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -2/+5 |
* | "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as it | Guy Harris | 2000-09-09 | 1 | -14/+11 |
* | Redraw: | Guy Harris | 2000-09-08 | 1 | -12/+9 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -5/+26 |
* | Instead of each set of built-in preferences having "ok", "save", | Guy Harris | 2000-08-21 | 1 | -46/+1 |
* | It was silly of me to require that "forget_scrolled_window()" be called | Guy Harris | 2000-08-17 | 1 | -3/+1 |
* | Add a "Save As" feature to the TCP Follow dialogue, to save the stream | Gilbert Ramirez | 2000-08-03 | 1 | -2/+1 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -8/+8 |
* | 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/+5 |
* | Have "proto_tree_is_visible" false except when we're in the middle of | Guy Harris | 2000-05-18 | 1 | -1/+3 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -2/+2 |
* | We already set the foreground and background color for every frame, | Guy Harris | 2000-03-08 | 1 | -2/+7 |
* | Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and to | Guy Harris | 2000-03-02 | 1 | -41/+10 |
* | Use the "destroy" signal on a packet popup window to find out when to | Guy Harris | 2000-03-01 | 1 | -12/+9 |
* | Jeff Foster's changes, with my additions, to allow the user to pop up a | Guy Harris | 2000-02-29 | 1 | -0/+339 |