aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Move the callback for input available on the sync pipe from "file.c" toGuy Harris1999-11-291-215/+93
* When a capture completes, the capture file is a temporary file,Guy Harris1999-11-291-2/+2
* Change display filter entry widget to a GtkCombo.Gerald Combs1999-11-251-3/+4
* A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1999-11-221-3/+4
* Change match_selected() to produce a display filter using the selectedGilbert Ramirez1999-11-191-1/+5
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-9/+12
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-081-1/+23
* Pop up a message box if a search for a frame fails.Guy Harris1999-11-061-3/+5
* Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1999-11-061-20/+158
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-311-2/+2
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-1/+2
* Add in a missing include of "packet-vines.h", to declareGuy Harris1999-10-221-1/+3
* Add support for SNA FID type 4 addresses to the code that handles theGuy Harris1999-10-221-1/+10
* Add support for Banyan Vines addresses to the code that handles theGuy Harris1999-10-221-1/+6
* Add support for Appletalk DDP addresses to the code that handles theGuy Harris1999-10-221-1/+10
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-30/+216
* Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-201-1/+2
* Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1999-10-121-16/+11
* Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1999-10-121-4/+4
* Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1999-10-111-4/+4
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-11/+43
* Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1999-10-101-1/+2
* Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsGilbert Ramirez1999-10-051-1/+4
* Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, sinceGilbert Ramirez1999-09-301-1/+20
* When we get an EOF on the sync pipe in sync mode, wait for the child toGuy Harris1999-09-301-3/+95
* Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1999-09-291-2/+7
* Added and extended Santeri Paavolainen's <santtu@ssh.fi> patchGilbert Ramirez1999-09-291-1/+5
* Re-enable progress bar movement during display filter processing.Gilbert Ramirez1999-09-241-7/+4
* Make the buffer into which we read from the sync pipe one byte biggerGuy Harris1999-09-231-3/+3
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-231-35/+26
* "sync_mode" isn't used in "file.c", so there's no need to declare itGuy Harris1999-09-231-2/+1
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-24/+49
* Added "Automatic scrolling in live capture".Laurent Deniel1999-09-191-6/+8
* Have a progress bar for "File/Print".Guy Harris1999-09-131-1/+35
* Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1999-09-121-2/+6
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-121-41/+108
* Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1999-09-111-1/+5
* Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1999-09-111-7/+4
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-3/+3
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-011-2/+2
* Stop processing of colorization display filters after first match.Gilbert Ramirez1999-08-281-25/+3
* Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1999-08-281-36/+56
* Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1999-08-261-1/+7
* Fixed CPP #ifdef and comment.Gilbert Ramirez1999-08-251-3/+3
* Added John McDermott's colorization routines. There's still someGilbert Ramirez1999-08-241-4/+57
* Remove the include of <sys/time.h> from "file.h" - it's neitherGuy Harris1999-08-221-3/+5
* Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1999-08-221-11/+9
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-221-2/+9
* Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1999-08-201-3/+2
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-2/+2