summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-19Change match_selected() to produce a display filter using the selectedGilbert Ramirez1-1/+5
1999-11-17Provide a general mechanism by which dissectors can register "init"Guy Harris1-9/+12
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-1/+23
1999-11-06Pop up a message box if a search for a frame fails.Guy Harris1-3/+5
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-20/+158
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1-2/+2
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-1/+2
1999-10-22Add in a missing include of "packet-vines.h", to declareGuy Harris1-1/+3
1999-10-22Add support for SNA FID type 4 addresses to the code that handles theGuy Harris1-1/+10
1999-10-22Add support for Banyan Vines addresses to the code that handles theGuy Harris1-1/+6
1999-10-22Add support for Appletalk DDP addresses to the code that handles theGuy Harris1-1/+10
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-30/+216
1999-10-20Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1-1/+2
1999-10-12Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1-16/+11
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-4/+4
1999-10-11Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1-4/+4
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1-11/+43
1999-10-10Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1-1/+2
1999-10-05Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsGilbert Ramirez1-1/+4
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