aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2001-04-18Check the validity of numbers specified in command-line options.Guy Harris1-3/+3
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-1/+2
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-8/+5
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-8/+1
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-3/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-1/+4
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel1-2/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-13/+1
2000-08-09Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez1-3/+1
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-1/+3
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-2/+2
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-1/+2
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-2/+1
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-4/+21
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-2/+2
2000-05-15We can't trust "cf->current_frame" to refer to the frame that wasGuy Harris1-3/+1
2000-04-03Use a GMemChunk for allocating and freeing "frame_data" structures; itGuy Harris1-1/+2
2000-02-12The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris1-2/+2
2000-01-24Ethereal shouldn't use "file_seek()", "file_read()", or "file_write()"Guy Harris1-9/+1
2000-01-08Don't recompute "cf->count" when filtering packets - the recomputationGuy Harris1-2/+1
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-1/+5
1999-12-04To find out the file's packet encapsulation type (which could beGuy Harris1-2/+1
1999-12-04Now that "wtap_file_type_string()" takes a file type rather than a "wtapGuy Harris1-2/+1
1999-11-30Allow the user to save either all of the current capture, or only theGuy Harris1-5/+9
1999-11-30In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris1-2/+9
1999-11-29Expand some comments.Guy Harris1-7/+7
1999-11-29Move the callback for input available on the sync pipe from "file.c" toGuy Harris1-2/+4
1999-11-25Change display filter entry widget to a GtkCombo.Gerald Combs1-2/+2
1999-11-18Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1-8/+1
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-1/+2
1999-11-06Pop up a message box if a search for a frame fails.Guy Harris1-2/+2
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-4/+9
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1-5/+3
1999-10-02Get rid of some unused fields in a "capture_file" structure.Guy Harris1-4/+1
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-11/+1
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1-1/+2
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-2/+35
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-1/+3
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-2/+10
1999-08-28Don't do file-read progress bar updates with a timeout; instead, updateGuy Harris1-1/+4
1999-08-24Added John McDermott's colorization routines. There's still someGilbert Ramirez1-1/+9
1999-08-22Remove the include of <sys/time.h> from "file.h" - it's neitherGuy Harris1-6/+1
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-8/+2
1999-08-18Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cGilbert Ramirez1-1/+2
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris1-5/+3
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1-3/+3
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1-14/+1
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1-2/+2
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1-2/+2