aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-2/+3
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-2/+2
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris1-10/+10
2003-09-15Add a routine to return the display name for a "capture_file" structure,Guy Harris1-1/+2
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-1/+2
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris1-2/+8
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe1-2/+2
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.Guy Harris1-2/+2
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris1-2/+2
2003-07-22From Greg Morris: code to support searches for text or raw binary dataGuy Harris1-2/+4
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris1-7/+2
2002-09-06From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg1-53/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-16From Graeme Hewson:Guy Harris1-2/+2
2002-05-27Clean up the data structures for the color filter code a bit. The oldGuy Harris1-2/+1
2002-05-23Make "save_cap_file()" return a Boolean (TRUE on success, FALSE onGuy Harris1-2/+2
2002-02-24Put all the capture options into a structure.Guy Harris1-5/+1
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris1-3/+1
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-2/+1
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris1-2/+13
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-2/+4
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-1/+5
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris1-14/+1
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-4/+5
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