| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the buffer into which we read from the sync pipe one byte bigger | Guy Harris | 1999-09-23 | 1 | -3/+3 |
* | Adds progress bar functionality back for loading files (it was changed to | Ashok Narayanan | 1999-09-23 | 1 | -35/+26 |
* | "sync_mode" isn't used in "file.c", so there's no need to declare it | Guy Harris | 1999-09-23 | 1 | -2/+1 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -24/+49 |
* | Added "Automatic scrolling in live capture". | Laurent Deniel | 1999-09-19 | 1 | -6/+8 |
* | Have a progress bar for "File/Print". | Guy Harris | 1999-09-13 | 1 | -1/+35 |
* | Add a "Expand all levels"/"Print as displayed" pair of radio buttons to | Guy Harris | 1999-09-12 | 1 | -2/+6 |
* | Add summary-vs-detail radio buttons to the print dialog box; detail | Guy Harris | 1999-09-12 | 1 | -41/+108 |
* | Collapse/Expand All protocol tree added in Display menu. | Laurent Deniel | 1999-09-11 | 1 | -1/+5 |
* | Added support for Lucent/Ascend packet traces. The MAX and Pipeline router | Gerald Combs | 1999-09-11 | 1 | -7/+4 |
* | More shuffling of GTK-related files to gtk subdirectory. | Gilbert Ramirez | 1999-09-09 | 1 | -3/+3 |
* | Moved GTK-dependent routines for file dialogues, print dialogues, print | Gilbert Ramirez | 1999-09-01 | 1 | -2/+2 |
* | Stop processing of colorization display filters after first match. | Gilbert Ramirez | 1999-08-28 | 1 | -25/+3 |
* | Don't do file-read progress bar updates with a timeout; instead, update | Guy Harris | 1999-08-28 | 1 | -36/+56 |
* | Introduces a new global gboolean variable: proto_tree_is_visible. | Gilbert Ramirez | 1999-08-26 | 1 | -1/+7 |
* | Fixed CPP #ifdef and comment. | Gilbert Ramirez | 1999-08-25 | 1 | -3/+3 |
* | Added John McDermott's colorization routines. There's still some | Gilbert Ramirez | 1999-08-24 | 1 | -4/+57 |
* | Remove the include of <sys/time.h> from "file.h" - it's neither | Guy Harris | 1999-08-22 | 1 | -3/+5 |
* | Add a "wtap_strerror()" routine, which takes as an argument an error | Guy Harris | 1999-08-22 | 1 | -11/+9 |
* | DLT_NULL, from "libpcap", means different things on different platforms | Guy Harris | 1999-08-22 | 1 | -2/+9 |
* | Enabled error reporting for bad ETHER values in display filters. A new | Gilbert Ramirez | 1999-08-20 | 1 | -3/+2 |
* | Add support for reading Full Frontal ATM from an ATM Sniffer capture | Guy Harris | 1999-08-20 | 1 | -2/+2 |
* | Have the per-capture-file-type open routines "wtap_open_offline()" calls | Guy Harris | 1999-08-19 | 1 | -19/+58 |
* | Fixed segfault with new gtk_tree_item deselection routine and -S option. | Gilbert Ramirez | 1999-08-15 | 1 | -9/+11 |
* | Don't preserve the read filter from file to file - you won't necessarily | Guy Harris | 1999-08-15 | 1 | -25/+15 |
* | Fixed the problem with an assert coming from gtkwidget.c:3196 when | Gilbert Ramirez | 1999-08-15 | 1 | -4/+22 |
* | Have "wtap_open_offline()" return, on failure, an indication of the | Guy Harris | 1999-08-15 | 1 | -37/+14 |
* | "read_cap_file()" doesn't need to be passed a file name as an argument - | Guy Harris | 1999-08-15 | 1 | -5/+5 |
* | Oops, forgot to get rid of the "open_cap_file()" in "load_cap_file()" | Guy Harris | 1999-08-15 | 1 | -6/+1 |
* | Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()". | Guy Harris | 1999-08-15 | 1 | -48/+58 |
* | Fixed segfault with combination of new dfilter struct usage, rfcode, | Gilbert Ramirez | 1999-08-14 | 1 | -6/+8 |
* | Have the "delta" format for time stamps show the time delta between a | Guy Harris | 1999-08-14 | 1 | -48/+112 |
* | Fix up the code that changes the "command-line-specified" time format to | Guy Harris | 1999-08-14 | 1 | -40/+30 |
* | Enable the "Display/Options" menu item when we're capturing with "-S", | Guy Harris | 1999-08-14 | 1 | -1/+2 |
* | In "change_time_formats()", you have to set "fd->cinfo" before you can | Guy Harris | 1999-08-14 | 1 | -1/+2 |
* | Moved global memory alloction used in display filters (which was stored | Gilbert Ramirez | 1999-08-13 | 1 | -8/+12 |
* | Add the ability to specify a filter to be used when reading the file to | Guy Harris | 1999-08-10 | 1 | -42/+54 |
* | Initialize the "next" pointer of a "frame_data" structure to NULL before | Guy Harris | 1999-08-10 | 1 | -1/+2 |
* | Building a GList by adding elements to the end with "g_list_append()" is | Guy Harris | 1999-08-10 | 1 | -101/+92 |
* | Jochen Friedrich's patch to add a "-R" flag, which takes a | Guy Harris | 1999-08-08 | 1 | -5/+26 |
* | Move a comment, to correctly reflect which code in | Guy Harris | 1999-08-07 | 1 | -4/+4 |
* | Added a progress bar to the display filter computation. Unfortunately, | Gilbert Ramirez | 1999-08-05 | 1 | -2/+37 |
* | Before displaying a packet, clear the tree and hex views; if you | Guy Harris | 1999-08-05 | 1 | -11/+19 |
* | Fix a couple of memory leaks. | Guy Harris | 1999-08-04 | 1 | -1/+2 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -7/+10 |
* | Code cleaning: | Laurent Deniel | 1999-07-28 | 1 | -56/+3 |
* | Include <stdlib.h> to get "atoi()" declared, to squelch a "gcc -Wall" | Guy Harris | 1999-07-28 | 1 | -1/+2 |
* | Fix the -S option : | Laurent Deniel | 1999-07-28 | 1 | -6/+30 |
* | If a column doesn't automatically resize, we have to set its size to the | Guy Harris | 1999-07-28 | 1 | -4/+9 |
* | Get rid of the "Tools/Capture" menu item, in favor of "Capture/Start". | Guy Harris | 1999-07-28 | 1 | -3/+5 |