aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris2004-07-081-1/+4
* Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andGuy Harris2004-03-081-3/+1
* This makes ethereal compile again when configured --without-pcapJörg Mayer2004-03-081-1/+3
* Add a "force" argument to "filter_packets()" andGuy Harris2004-02-231-2/+2
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-3/+3
* There's no need to keep a "FILE *" for the file being printed to in aGuy Harris2004-01-251-2/+7
* As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris2004-01-241-2/+1
* Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris2004-01-241-2/+1
* a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping2004-01-201-1/+4
* Add a routine "retap_packet()" that runs through all packets, dissectingGuy Harris2004-01-131-1/+2
* From Dick Gooris (and me :-)Ulf Lamping2003-12-291-2/+3
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-2/+2
* Rename various capture file routines to have names starting with "cf_".Guy Harris2003-09-151-10/+10
* Add a routine to return the display name for a "capture_file" structure,Guy Harris2003-09-151-1/+2
* Added TimeReference frames.Ronnie Sahlberg2003-09-121-1/+2
* Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris2003-08-291-2/+8
* Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe2003-08-111-2/+2
* From Greg Morris: add support for case-insensitive full-text searches.Guy Harris2003-08-051-2/+2
* Get rid of carriage returns - some compilers don't like them.Guy Harris2003-07-251-2/+2
* From Greg Morris: code to support searches for text or raw binary dataGuy Harris2003-07-221-2/+4
* Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris2003-03-021-7/+2
* From Vassilii Khachaturov, cleanup of redundant code.Ronnie Sahlberg2002-09-061-53/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Graeme Hewson:Guy Harris2002-07-161-2/+2
* Clean up the data structures for the color filter code a bit. The oldGuy Harris2002-05-271-2/+1
* Make "save_cap_file()" return a Boolean (TRUE on success, FALSE onGuy Harris2002-05-231-2/+2
* Put all the capture options into a structure.Guy Harris2002-02-241-5/+1
* "autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2002-02-241-3/+1
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-2/+1
* Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris2001-12-061-2/+13
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-2/+4
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-1/+5
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-14/+1
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-4/+5
* Check the validity of numbers specified in command-line options.Guy Harris2001-04-181-3/+3
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-1/+2
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-8/+5
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-281-8/+1
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-3/+2
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-1/+4
* Frames in the packet list can now be marked by the user usingLaurent Deniel2000-08-211-2/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-13/+1
* Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez2000-08-091-3/+1
* Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez2000-08-031-1/+3
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-2/+2
* Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris2000-07-091-1/+2