| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the callback for input available on the sync pipe from "file.c" to | Guy Harris | 1999-11-29 | 1 | -215/+93 |
* | When a capture completes, the capture file is a temporary file, | Guy Harris | 1999-11-29 | 1 | -2/+2 |
* | Change display filter entry widget to a GtkCombo. | Gerald Combs | 1999-11-25 | 1 | -3/+4 |
* | A "character encoding" variable is now set per packet. The existence | Gilbert Ramirez | 1999-11-22 | 1 | -3/+4 |
* | Change match_selected() to produce a display filter using the selected | Gilbert Ramirez | 1999-11-19 | 1 | -1/+5 |
* | Provide a general mechanism by which dissectors can register "init" | Guy Harris | 1999-11-17 | 1 | -9/+12 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-08 | 1 | -1/+23 |
* | Pop up a message box if a search for a frame fails. | Guy Harris | 1999-11-06 | 1 | -3/+5 |
* | Add a "Find Frame" menu item under "Display"; it lets you use a display | Guy Harris | 1999-11-06 | 1 | -20/+158 |
* | Add a module to wiretap to be able to read trace files from Toshiba's | Gilbert Ramirez | 1999-10-31 | 1 | -2/+2 |
* | Uwe Girlich's ONC RPC and NFS dissectors. | Guy Harris | 1999-10-29 | 1 | -1/+2 |
* | Add in a missing include of "packet-vines.h", to declare | Guy Harris | 1999-10-22 | 1 | -1/+3 |
* | Add support for SNA FID type 4 addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -1/+10 |
* | Add support for Banyan Vines addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -1/+6 |
* | Add support for Appletalk DDP addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -1/+10 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -30/+216 |
* | Added Nathan's patch for AFS and RX dissection. | Gilbert Ramirez | 1999-10-20 | 1 | -1/+2 |
* | Have "dfilter_compile()" return 0 on success and 1 on failure, and | Guy Harris | 1999-10-12 | 1 | -16/+11 |
* | Re-implemented fix to keep display filter from reading data from outside | Gilbert Ramirez | 1999-10-12 | 1 | -4/+4 |
* | Fixed bug reported by Laurent regarding byte-string filters not | Gilbert Ramirez | 1999-10-11 | 1 | -4/+4 |
* | When a new display filter is to be applied, don't set "cf.dfilter" or | Guy Harris | 1999-10-11 | 1 | -11/+43 |
* | Big bunch of fixes to packet-smb.c for things I need. | Richard Sharpe | 1999-10-10 | 1 | -1/+2 |
* | Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colors | Gilbert Ramirez | 1999-10-05 | 1 | -1/+4 |
* | Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, since | Gilbert Ramirez | 1999-09-30 | 1 | -1/+20 |
* | When we get an EOF on the sync pipe in sync mode, wait for the child to | Guy Harris | 1999-09-30 | 1 | -3/+95 |
* | Add an item to the "File/Print" dialog box to ask that the full hex data | Guy Harris | 1999-09-29 | 1 | -2/+7 |
* | Added and extended Santeri Paavolainen's <santtu@ssh.fi> patch | Gilbert Ramirez | 1999-09-29 | 1 | -1/+5 |
* | Re-enable progress bar movement during display filter processing. | Gilbert Ramirez | 1999-09-24 | 1 | -7/+4 |
* | 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 |