aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Move the code in "column.c" that implements the column preferences tabGuy Harris2000-01-101-2/+2
* Don't recompute "cf->count" when filtering packets - the recomputationGuy Harris2000-01-081-23/+22
* Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris2000-01-061-22/+27
* When we select the row for the frame found by "Find Frame..." or "Go ToGuy Harris2000-01-051-1/+14
* Before adding a frame to the list of displayed frames, set its rowGuy Harris2000-01-031-28/+31
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-1/+2
* Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris2000-01-031-70/+23
* Fix a nasty side-effect of running the packet list inGuy Harris2000-01-031-4/+28
* Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1999-12-291-29/+3
* Move the stuff to fill in those columns not filled in by dissectors fromGuy Harris1999-12-291-279/+1
* Don't keep the CList of color filters around; create it when theGuy Harris1999-12-191-29/+45
* Make the color filter list global, and have the code that appliesGuy Harris1999-12-191-6/+6
* Oops. My last commit was made form the wrong tree and code thatGilbert Ramirez1999-12-151-2/+23
* Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez1999-12-151-23/+2
* Copy the pseudo_header from frame_data to the wtap_pkthdr structure beforeOlivier Abad1999-12-121-1/+2
* plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1999-12-091-3/+15
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-5/+19
* To find out the file's packet encapsulation type (which could beGuy Harris1999-12-041-15/+12
* Now that "wtap_file_type_string()" takes a file type rather than a "wtapGuy Harris1999-12-041-2/+1
* More infrastructure changes for Ethereal - makeGuy Harris1999-12-041-2/+2
* When doing a live display of a live capture, don't scroll to the row forGuy Harris1999-12-041-3/+3
* Added Florian Lohoff's <flo@rfc822.org> patch to enable Follow TCPGilbert Ramirez1999-12-011-3/+8
* There's no need to put a "Could not save to" message in the status barGuy Harris1999-11-301-8/+1
* Allow the user to save either all of the current capture, or only theGuy Harris1999-11-301-89/+339
* In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris1999-11-301-11/+13
* Stuff in "colors.c" largely need work only on a "colfilter", not on aGuy Harris1999-11-301-6/+6
* Move the callback for input available on the sync pipe from "file.c" toGuy Harris1999-11-291-215/+93
* When a capture completes, the capture file is a temporary file,Guy Harris1999-11-291-2/+2
* Change display filter entry widget to a GtkCombo.Gerald Combs1999-11-251-3/+4
* A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1999-11-221-3/+4
* Change match_selected() to produce a display filter using the selectedGilbert Ramirez1999-11-191-1/+5
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-9/+12
* Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1999-11-081-1/+23
* Pop up a message box if a search for a frame fails.Guy Harris1999-11-061-3/+5
* Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1999-11-061-20/+158
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-311-2/+2
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-1/+2
* Add in a missing include of "packet-vines.h", to declareGuy Harris1999-10-221-1/+3
* Add support for SNA FID type 4 addresses to the code that handles theGuy Harris1999-10-221-1/+10
* Add support for Banyan Vines addresses to the code that handles theGuy Harris1999-10-221-1/+6
* Add support for Appletalk DDP addresses to the code that handles theGuy Harris1999-10-221-1/+10
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-30/+216
* Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-201-1/+2
* Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1999-10-121-16/+11
* Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1999-10-121-4/+4
* Fixed bug reported by Laurent regarding byte-string filters notGilbert Ramirez1999-10-111-4/+4
* When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1999-10-111-11/+43
* Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1999-10-101-1/+2
* Added Santeri Paavolainen's <santtu@ssh.fi> patch to set default colorsGilbert Ramirez1999-10-051-1/+4
* Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, sinceGilbert Ramirez1999-09-301-1/+20