aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-26Set the per frame data pointer to NULL when a new frame is read in.Richard Sharpe1-1/+2
2000-03-20In "add_packet_to_packet_list()", always use the "buf" argument to referGuy Harris1-5/+5
2000-03-12Making the "frame_data" structure for a frame the data associated withGuy Harris1-13/+56
2000-03-08We already set the foreground and background color for every frame,Guy Harris1-54/+39
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris1-1/+6
2000-02-21Don't use a fixed-size line buffer for summary lines in the print code;Guy Harris1-13/+45
2000-02-19Used register_init_routine() to register "reinit_x25_hashtable()" as aOlivier Abad1-6/+1
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-3/+9
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad1-1/+6
2000-02-14Get rid of redundant include of <stdio.h> - one is enough.Guy Harris1-3/+1
2000-02-03Change from Ed Meaney - when doing a "Save" or "Save As" that saves allGuy Harris1-2/+3
2000-01-27If a file is opened, and then closed, the File|Open option doesn'tGilbert Ramirez1-1/+2
2000-01-25Add O_BINARY flag to open() for win32.Gilbert Ramirez1-2/+6
2000-01-25Encapsulate the code to take a pointer to a pathname and return aGuy Harris1-13/+4
2000-01-25"If there aren't any packets to select" means "if there aren't anyGuy Harris1-4/+6
2000-01-25If there aren't any packets to select, don't try to select the firstGuy Harris1-3/+5
2000-01-25On Win32, when splitting file names into directory and last component,Guy Harris1-4/+4
2000-01-24Open files with "rb" rather than "r" - this may fix up the problemsGuy Harris1-3/+3
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris1-3/+4
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-5/+3
2000-01-13Assign a frame number to a frame only when reading frame data from aGuy Harris1-3/+2
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris1-2/+2
2000-01-08Don't recompute "cf->count" when filtering packets - the recomputationGuy Harris1-23/+22
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