aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-30Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, sinceGilbert Ramirez1-1/+20
1999-09-30When we get an EOF on the sync pipe in sync mode, wait for the child toGuy Harris1-3/+95
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-2/+7
1999-09-29Added and extended Santeri Paavolainen's <santtu@ssh.fi> patchGilbert Ramirez1-1/+5
1999-09-24Re-enable progress bar movement during display filter processing.Gilbert Ramirez1-7/+4
1999-09-23Make the buffer into which we read from the sync pipe one byte biggerGuy Harris1-3/+3
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1-35/+26
1999-09-23"sync_mode" isn't used in "file.c", so there's no need to declare itGuy Harris1-2/+1
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-24/+49
1999-09-19Added "Automatic scrolling in live capture".Laurent Deniel1-6/+8
1999-09-13Have a progress bar for "File/Print".Guy Harris1-1/+35
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-2/+6
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-41/+108
1999-09-11Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1-1/+5
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs1-7/+4
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-3/+3
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-2/+2
1999-08-28Stop processing of colorization display filters after first match.Gilbert Ramirez1-25/+3
1999-08-28Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1-36/+56
1999-08-26Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1-1/+7
1999-08-25Fixed CPP #ifdef and comment.Gilbert Ramirez1-3/+3
1999-08-24Added John McDermott's colorization routines. There's still someGilbert Ramirez1-4/+57
1999-08-22Remove the include of <sys/time.h> from "file.h" - it's neitherGuy Harris1-3/+5
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1-11/+9
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-2/+9
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1-3/+2
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-19/+58
1999-08-15Fixed segfault with new gtk_tree_item deselection routine and -S option.Gilbert Ramirez1-9/+11
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1-25/+15
1999-08-15Fixed the problem with an assert coming from gtkwidget.c:3196 whenGilbert Ramirez1-4/+22
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1-37/+14
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1-5/+5
1999-08-15Oops, forgot to get rid of the "open_cap_file()" in "load_cap_file()"Guy Harris1-6/+1
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1-48/+58
1999-08-14Fixed segfault with combination of new dfilter struct usage, rfcode,Gilbert Ramirez1-6/+8
1999-08-14Have the "delta" format for time stamps show the time delta between aGuy Harris1-48/+112
1999-08-14Fix up the code that changes the "command-line-specified" time format toGuy Harris1-40/+30
1999-08-14Enable the "Display/Options" menu item when we're capturing with "-S",Guy Harris1-1/+2
1999-08-14In "change_time_formats()", you have to set "fd->cinfo" before you canGuy Harris1-1/+2
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-8/+12
1999-08-10Add the ability to specify a filter to be used when reading the file toGuy Harris1-42/+54
1999-08-10Initialize the "next" pointer of a "frame_data" structure to NULL beforeGuy Harris1-1/+2
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1-101/+92
1999-08-08Jochen Friedrich's patch to add a "-R" flag, which takes aGuy Harris1-5/+26
1999-08-07Move a comment, to correctly reflect which code inGuy Harris1-4/+4
1999-08-05Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1-2/+37
1999-08-05Before displaying a packet, clear the tree and hex views; if youGuy Harris1-11/+19
1999-08-04Fix a couple of memory leaks.Guy Harris1-1/+2
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-7/+10