aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-04To find out the file's packet encapsulation type (which could beguy1-15/+12
1999-12-04Now that "wtap_file_type_string()" takes a file type rather than a "wtapguy1-2/+1
1999-12-04More infrastructure changes for Ethereal - makeguy1-2/+2
1999-12-04When doing a live display of a live capture, don't scroll to the row forguy1-3/+3
1999-12-01Added Florian Lohoff's <flo@rfc822.org> patch to enable Follow TCPgram1-3/+8
1999-11-30There's no need to put a "Could not save to" message in the status barguy1-8/+1
1999-11-30Allow the user to save either all of the current capture, or only theguy1-89/+339
1999-11-30In "Go To Frame", distinguish between "there is no frame with that frameguy1-11/+13
1999-11-30Stuff in "colors.c" largely need work only on a "colfilter", not on aguy1-6/+6
1999-11-29Move the callback for input available on the sync pipe from "file.c" toguy1-215/+93
1999-11-29When a capture completes, the capture file is a temporary file,guy1-2/+2
1999-11-25Change display filter entry widget to a GtkCombo.gerald1-3/+4
1999-11-22A "character encoding" variable is now set per packet. The existencegram1-3/+4
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