| Commit message (Expand) | Author | Age | Files | Lines |
* | Doesn't need #include "dfilter.h" | Gilbert Ramirez | 2001-01-04 | 1 | -2/+1 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 2 | -69/+47 |
* | Base the decision of whether selecting an entry in the value list sets | Guy Harris | 2001-01-02 | 1 | -9/+6 |
* | Don't show "Text" as one of the available fields. | Guy Harris | 2001-01-02 | 1 | -1/+3 |
* | Add a dialog box for constructing expressions that test a field in the | Guy Harris | 2001-01-02 | 11 | -266/+1616 |
* | Enable FT_BYTES dfiltering, from Ed Warnicke. | Gilbert Ramirez | 2000-12-22 | 1 | -1/+10 |
* | Match Selected works better with FT_STRING variables. | Gilbert Ramirez | 2000-12-15 | 1 | -6/+11 |
* | Pull the code to set the fields in the "cfile.cinfo" structure into a | Guy Harris | 2000-12-03 | 1 | -8/+2 |
* | Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. | Gilbert Ramirez | 2000-11-22 | 3 | -6/+6 |
* | Add a "color.h" file that declares a nominally-toolkit-independent | Guy Harris | 2000-11-21 | 9 | -41/+140 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -9/+11 |
* | Fix a number of problems that caused compiles to fail if | Guy Harris | 2000-11-18 | 2 | -13/+13 |
* | Corrected wrong function call in plugins_enable_cb | Graham Bloice | 2000-11-18 | 1 | -2/+2 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Move the table of bit-swapped byte values to "epan/bitswap.c", and | Guy Harris | 2000-11-15 | 1 | -29/+5 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 2 | -3/+21 |
* | Move declaration of wsaData (for Win32) out of HAVE_LIBPCAP #ifdef block. | Gilbert Ramirez | 2000-10-27 | 1 | -2/+7 |
* | This patch adds two things: | Gilbert Ramirez | 2000-10-25 | 1 | -4/+41 |
* | Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header | Gilbert Ramirez | 2000-10-20 | 7 | -7/+14 |
* | Move the declaration of "g_resolving_actif" from the top-level | Guy Harris | 2000-10-19 | 4 | -4/+8 |
* | Give libethereal its own configuration file, and have that configuration | Guy Harris | 2000-10-16 | 1 | -2/+2 |
* | Fix it to build on Windows. | Guy Harris | 2000-10-11 | 1 | -1/+1 |
* | Santeri Paavolainen's patch to add a "Capture->Stop" menu item to let | Guy Harris | 2000-10-11 | 3 | -4/+23 |
* | Add support for modal message boxes ("simple dialog"). | Guy Harris | 2000-10-09 | 2 | -8/+12 |
* | It appears there's no guarantee that you'll actually get a font name | Guy Harris | 2000-10-09 | 1 | -1/+8 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -2/+5 |
* | More EPAN-related code movements. Get rid of usage of #include "globals.h" | Gilbert Ramirez | 2000-09-28 | 2 | -2/+4 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -3/+5 |
* | Add a "-p" command-line option, and a checkbox in the "Capture | Guy Harris | 2000-09-15 | 2 | -7/+26 |
* | Corrected startup // shutdown of windows sockets to allow name resolution to ... | Graham Bloice | 2000-09-14 | 1 | -1/+12 |
* | Updated to ignore Win32 detritus | Graham Bloice | 2000-09-13 | 1 | -0/+3 |
* | Include <unistd.h> to declare "close()" and "unlink()". | Guy Harris | 2000-09-12 | 1 | -1/+5 |
* | Small changes in help windows: | Laurent Deniel | 2000-09-09 | 1 | -8/+15 |
* | In the callback for the "OK" button in the font selection dialog, check | Guy Harris | 2000-09-09 | 1 | -36/+71 |
* | "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as it | Guy Harris | 2000-09-09 | 4 | -45/+45 |
* | Explain why "stream_prefs_apply()" doesn't do anything. | Guy Harris | 2000-09-09 | 1 | -3/+5 |
* | "#if 0" out the code that puts "Cut", "Copy", and "Paste" items into the | Guy Harris | 2000-09-09 | 1 | -1/+8 |
* | Redraw: | Guy Harris | 2000-09-08 | 11 | -60/+167 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 6 | -76/+250 |
* | Change variable from 'char*' to 'const char*' to avoid compiler warning. | Gilbert Ramirez | 2000-09-07 | 1 | -2/+2 |
* | Fix help display (random character displayed in tab). | Laurent Deniel | 2000-09-05 | 1 | -2/+2 |
* | Add FT_STRINGZ type. NCP dissector is only one that uses it right now. | Gilbert Ramirez | 2000-08-30 | 1 | -70/+3 |
* | Add some dlg_set_cancel(). | Laurent Deniel | 2000-08-24 | 1 | -13/+18 |
* | Fix the appearance of the option menus in the GUI preference box. | Gilbert Ramirez | 2000-08-24 | 1 | -2/+4 |
* | If the default build-in fonts are not found, use the "6x13" fonts | Laurent Deniel | 2000-08-23 | 1 | -1/+3 |
* | Cosmetic changes. | Laurent Deniel | 2000-08-23 | 1 | -26/+20 |
* | If you "save" your preferences without opening the color | Laurent Deniel | 2000-08-23 | 1 | -2/+3 |
* | Remove the -D option. | Laurent Deniel | 2000-08-23 | 1 | -5/+2 |
* | Do the same as with colors for the font selection dialog. | Laurent Deniel | 2000-08-23 | 1 | -9/+19 |
* | Fix a comment. | Laurent Deniel | 2000-08-23 | 1 | -3/+3 |