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