| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix last minute edit mistake in add_byte_tab. | Jeff Foster | 2001-03-23 | 1 | -6/+2 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 5 | -75/+342 |
* | The Win32 build builds wiretap as a DLL and requires WinPcap 2.1. | Gilbert Ramirez | 2001-03-23 | 1 | -2/+4 |
* | Add a new tool which summarizes packet counts by protocols, but | Gilbert Ramirez | 2001-03-22 | 5 | -2/+248 |
* | In the code that handles finding a field after a user clicks on | Gilbert Ramirez | 2001-03-07 | 1 | -7/+15 |
* | Use "proto_get_first_protocol()" and "proto_get_next_protocol()" to | Guy Harris | 2001-03-06 | 1 | -23/+22 |
* | Add a few more items to ".cvsignore". | Guy Harris | 2001-03-03 | 1 | -0/+3 |
* | Do a bunch of semantic checks when "Accept" is clicked, so that we catch | Guy Harris | 2001-03-03 | 1 | -2/+88 |
* | Calculate the height and width of m_r_font globally, since various | Gilbert Ramirez | 2001-03-02 | 6 | -45/+205 |
* | create_main_window() does not need to be called by the capture child | Gilbert Ramirez | 2001-03-02 | 1 | -3/+4 |
* | Add "Toggle All", "Enable All", and "Disable All" buttons to the | Gilbert Ramirez | 2001-03-01 | 1 | -2/+86 |
* | Don't let the color selection dialogue for TCP Streams | Gilbert Ramirez | 2001-03-01 | 1 | -2/+4 |
* | Boolean fields are just like other fields - if you use the field name | Guy Harris | 2001-02-23 | 1 | -73/+73 |
* | The text entry box that a filter construction dialog manipulates is | Guy Harris | 2001-02-23 | 2 | -7/+6 |
* | Make the "activate" signal on the text entry boxes in the filter editing | Guy Harris | 2001-02-20 | 1 | -1/+14 |
* | Catch the "destroy" signal on the filter-expression-construction dialog, | Guy Harris | 2001-02-20 | 1 | -1/+22 |
* | Catch the "destroy" signal on the text entry box to which a | Guy Harris | 2001-02-20 | 1 | -1/+9 |
* | The all-purpose answer to "this widget expands to fill the space | Guy Harris | 2001-02-20 | 1 | -4/+10 |
* | Make the "activate" signal on the text entry boxes in the filter | Guy Harris | 2001-02-20 | 1 | -13/+24 |
* | Call the test for a protocol "is present", just like the test for other | Guy Harris | 2001-02-20 | 1 | -35/+46 |
* | On Win32, if Ethereal started as a GUI rather than a console | Guy Harris | 2001-02-20 | 1 | -2/+115 |
* | "Decode As" UI cleanups, and documentation, from David Hampton. | Guy Harris | 2001-02-14 | 1 | -71/+54 |
* | In a display filter expression, make a field name refer to any of the | Guy Harris | 2001-02-13 | 1 | -11/+12 |
* | If there are multiple fields with the same name, list only one of them | Guy Harris | 2001-02-12 | 1 | -7/+9 |
* | If you register more than one field with the same name, the dfilter code | Guy Harris | 2001-02-12 | 1 | -16/+33 |
* | Display Ethernet protocol types in hex, not decimal (that's how they're | Guy Harris | 2001-02-12 | 1 | -5/+5 |
* | Inactivate the "Decode As" menu item if the "Decode As" dialog box | Guy Harris | 2001-02-11 | 3 | -15/+28 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 3 | -7/+11 |
* | If we failed to open a capture file specified by the "-r" flag, don't | Guy Harris | 2001-02-08 | 1 | -2/+3 |
* | Fix the previous checkin to correctly handle presence tests on | Guy Harris | 2001-02-01 | 1 | -3/+15 |
* | For protocols, call the test for the field being present "has this | Guy Harris | 2001-02-01 | 1 | -5/+6 |
* | Use the pretty name for the type, not the internal name, in the help | Guy Harris | 2001-02-01 | 1 | -2/+2 |
* | Use the ftype routines to determine what tests can be done on a field, | Guy Harris | 2001-02-01 | 1 | -118/+37 |
* | FT_PROTOCOL is like FT_NONE; you can only test for the field's presence | Guy Harris | 2001-02-01 | 1 | -1/+2 |
* | Always show the scrollbar in the tree view panel, so that the scrollbar | Gilbert Ramirez | 2001-02-01 | 1 | -2/+2 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 9 | -300/+37 |
* | "Decode As" dialog, from David Hampton. | Guy Harris | 2001-02-01 | 5 | -2/+1507 |
* | There's no need for a member of a "capture_file" structure holding a | Guy Harris | 2001-01-28 | 2 | -2/+8 |
* | Use "Close", rather than "Cancel", in the filter dialog box; clicking | Guy Harris | 2001-01-28 | 1 | -19/+26 |
* | Get rid of support for old-style plugins (support for old-style plugins | Guy Harris | 2001-01-28 | 1 | -254/+6 |
* | Have separate capture and display filter lists; some filter dialog boxes | Guy Harris | 2001-01-28 | 4 | -91/+254 |
* | Call "get_filter_list()" when Ethereal starts up. | Guy Harris | 2001-01-28 | 2 | -3/+7 |
* | Pull the stuff to read and write the list of filter expressions up into | Guy Harris | 2001-01-28 | 1 | -122/+4 |
* | Make the "Cancel" button in the "Protocol" dialog box, as well as a | Guy Harris | 2001-01-22 | 1 | -9/+58 |
* | Arrange that if the filter list is edited in one dialog box, the filter | Guy Harris | 2001-01-21 | 1 | -56/+140 |
* | Give various filter constructing/editing dialog boxes titles to reflect | Guy Harris | 2001-01-21 | 5 | -11/+32 |
* | In the process of destroying a filter editing dialog box, we get a | Guy Harris | 2001-01-21 | 5 | -85/+248 |
* | Get rid of the magic "+4" and properly calculate the lineheight so | Gilbert Ramirez | 2001-01-11 | 1 | -4/+4 |
* | Show the menu_item widget during the creation of an option menu for | Gilbert Ramirez | 2001-01-11 | 1 | -1/+2 |
* | Include "snprintf.h", if necessary, to declare "snprintf()". | Guy Harris | 2001-01-10 | 1 | -1/+5 |