aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-19Change match_selected() to produce a display filter using the selectedgram1-1/+5
1999-11-17Provide a general mechanism by which dissectors can register "init"guy1-9/+12
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameguy1-1/+23
1999-11-06Pop up a message box if a search for a frame fails.guy1-3/+5
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayguy1-20/+158
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sgram1-2/+2
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.guy1-1/+2
1999-10-22Add in a missing include of "packet-vines.h", to declareguy1-1/+3
1999-10-22Add support for SNA FID type 4 addresses to the code that handles theguy1-1/+10
1999-10-22Add support for Banyan Vines addresses to the code that handles theguy1-1/+6
1999-10-22Add support for Appletalk DDP addresses to the code that handles theguy1-1/+10
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-30/+216
1999-10-20Added Nathan's patch for AFS and RX dissection.gram1-1/+2
1999-10-12Have "dfilter_compile()" return 0 on success and 1 on failure, andguy1-16/+11
1999-10-12Re-implemented fix to keep display filter from reading data from outsidegram1-4/+4
1999-10-11Fixed bug reported by Laurent regarding byte-string filters notgram1-4/+4
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orguy1-11/+43
1999-10-10Big bunch of fixes to packet-smb.c for things I need.sharpe1-1/+2
1999-10-05Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsgram1-1/+4
1999-09-30Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, sincegram1-1/+20
1999-09-30When we get an EOF on the sync pipe in sync mode, wait for the child toguy1-3/+95
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataguy1-2/+7
1999-09-29Added and extended Santeri Paavolainen's <santtu@ssh.fi> patchgram1-1/+5
1999-09-24Re-enable progress bar movement during display filter processing.gram1-7/+4
1999-09-23Make the buffer into which we read from the sync pipe one byte biggerguy1-3/+3
1999-09-23Adds progress bar functionality back for loading files (it was changed toashokn1-35/+26
1999-09-23"sync_mode" isn't used in "file.c", so there's no need to declare itguy1-2/+1
1999-09-22This commit contains support for reading capture files compressed usingashokn1-24/+49
1999-09-19Added "Automatic scrolling in live capture".deniel1-6/+8
1999-09-13Have a progress bar for "File/Print".guy1-1/+35
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toguy1-2/+6
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailguy1-41/+108
1999-09-11Collapse/Expand All protocol tree added in Display menu.deniel1-1/+5
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routergerald1-7/+4
1999-09-09More shuffling of GTK-related files to gtk subdirectory.gram1-3/+3
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printgram1-2/+2
1999-08-28Stop processing of colorization display filters after first match.gram1-25/+3
1999-08-28Don't do file-read progress bar updates with a timeout; instead, updateguy1-36/+56
1999-08-26Introduces a new global gboolean variable: proto_tree_is_visible.gram1-1/+7
1999-08-25Fixed CPP #ifdef and comment.gram1-3/+3
1999-08-24Added John McDermott's colorization routines. There's still somegram1-4/+57
1999-08-22Remove the include of <sys/time.h> from "file.h" - it's neitherguy1-3/+5
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorguy1-11/+9
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-2/+9
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newgram1-3/+2
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureguy1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsguy1-19/+58
1999-08-15Fixed segfault with new gtk_tree_item deselection routine and -S option.gram1-9/+11
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyguy1-25/+15
1999-08-15Fixed the problem with an assert coming from gtkwidget.c:3196 whengram1-4/+22