aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-19Used register_init_routine() to register "reinit_x25_hashtable()" as aoabad1-6/+1
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aguy1-3/+9
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !oabad1-1/+6
2000-02-14Get rid of redundant include of <stdio.h> - one is enough.guy1-3/+1
2000-02-03Change from Ed Meaney - when doing a "Save" or "Save As" that saves allguy1-2/+3
2000-01-27If a file is opened, and then closed, the File|Open option doesn'tgram1-1/+2
2000-01-25Add O_BINARY flag to open() for win32.gram1-2/+6
2000-01-25Encapsulate the code to take a pointer to a pathname and return aguy1-13/+4
2000-01-25"If there aren't any packets to select" means "if there aren't anyguy1-4/+6
2000-01-25If there aren't any packets to select, don't try to select the firstguy1-3/+5
2000-01-25On Win32, when splitting file names into directory and last component,guy1-4/+4
2000-01-24Open files with "rb" rather than "r" - this may fix up the problemsguy1-3/+3
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolguy1-3/+4
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledgram1-5/+3
2000-01-13Assign a frame number to a frame only when reading frame data from aguy1-3/+2
2000-01-10Move the code in "column.c" that implements the column preferences tabguy1-2/+2
2000-01-08Don't recompute "cf->count" when filtering packets - the recomputationguy1-23/+22
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addguy1-22/+27
2000-01-05When we select the row for the frame found by "Find Frame..." or "Go Toguy1-1/+14
2000-01-03Before adding a frame to the list of displayed frames, set its rowguy1-28/+31
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",guy1-1/+2
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setguy1-70/+23
2000-01-03Fix a nasty side-effect of running the packet list inguy1-4/+28
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsgram1-29/+3
1999-12-29Move the stuff to fill in those columns not filled in by dissectors fromguy1-279/+1
1999-12-19Don't keep the CList of color filters around; create it when theguy1-29/+45
1999-12-19Make the color filter list global, and have the code that appliesguy1-6/+6
1999-12-15Oops. My last commit was made form the wrong tree and code thatgram1-2/+23
1999-12-15Add Dearborn Group Technology's Gryphon dissector as our firstgram1-23/+2
1999-12-12Copy the pseudo_header from frame_data to the wtap_pkthdr structure beforeoabad1-1/+2
1999-12-09plugins support (i.e. Dynamically loadable dissectors)oabad1-3/+15
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"guy1-5/+19
1999-12-04To find out the file's packet encapsulation type (which could beguy1-15/+12
1999-12-04Now that "wtap_file_type_string()" takes a file type rather than a "wtapguy1-2/+1
1999-12-04More infrastructure changes for Ethereal - makeguy1-2/+2
1999-12-04When doing a live display of a live capture, don't scroll to the row forguy1-3/+3
1999-12-01Added Florian Lohoff's <flo@rfc822.org> patch to enable Follow TCPgram1-3/+8
1999-11-30There's no need to put a "Could not save to" message in the status barguy1-8/+1
1999-11-30Allow the user to save either all of the current capture, or only theguy1-89/+339
1999-11-30In "Go To Frame", distinguish between "there is no frame with that frameguy1-11/+13
1999-11-30Stuff in "colors.c" largely need work only on a "colfilter", not on aguy1-6/+6
1999-11-29Move the callback for input available on the sync pipe from "file.c" toguy1-215/+93
1999-11-29When a capture completes, the capture file is a temporary file,guy1-2/+2
1999-11-25Change display filter entry widget to a GtkCombo.gerald1-3/+4
1999-11-22A "character encoding" variable is now set per packet. The existencegram1-3/+4
1999-11-19Change match_selected() to produce a display filter using the selectedgram1-1/+5
1999-11-17Provide a general mechanism by which dissectors can register "init"guy1-9/+12
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameguy1-1/+23
1999-11-06Pop up a message box if a search for a frame fails.guy1-3/+5
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayguy1-20/+158