aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the progress bar from the status line, and, instead, for anyGuy Harris2000-07-031-2/+1
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-4/+21
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-2/+2
* We can't trust "cf->current_frame" to refer to the frame that wasGuy Harris2000-05-151-3/+1
* Use a GMemChunk for allocating and freeing "frame_data" structures; itGuy Harris2000-04-031-1/+2
* The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris2000-02-121-2/+2
* Ethereal shouldn't use "file_seek()", "file_read()", or "file_write()"Guy Harris2000-01-241-9/+1
* Don't recompute "cf->count" when filtering packets - the recomputationGuy Harris2000-01-081-2/+1
* Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1999-12-101-1/+5
* To find out the file's packet encapsulation type (which could beGuy Harris1999-12-041-2/+1
* Now that "wtap_file_type_string()" takes a file type rather than a "wtapGuy Harris1999-12-041-2/+1
* Allow the user to save either all of the current capture, or only theGuy Harris1999-11-301-5/+9
* In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris1999-11-301-2/+9
* Expand some comments.Guy Harris1999-11-291-7/+7
* Move the callback for input available on the sync pipe from "file.c" toGuy Harris1999-11-291-2/+4
* Change display filter entry widget to a GtkCombo.Gerald Combs1999-11-251-2/+2
* Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1999-11-181-8/+1
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-081-1/+2
* Pop up a message box if a search for a frame fails.Guy Harris1999-11-061-2/+2
* Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1999-11-061-4/+9
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-5/+3
* Get rid of some unused fields in a "capture_file" structure.Guy Harris1999-10-021-4/+1