aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris1-7/+9
2000-05-15We can't trust "cf->current_frame" to refer to the frame that wasGuy Harris1-50/+63
2000-05-12Ben Fowler <wapdev@leedsnet.com>'s "usage of fd" patch.Gilbert Ramirez1-59/+59
2000-05-06Fix indentation so that it looks correct if tabs are every 8 spaces,Guy Harris1-3/+3
2000-04-14Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez1-5/+7
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-12/+13
2000-04-07When searching for a frame that matches a filter expression, weGuy Harris1-7/+7
2000-04-07Plug a memory leak in the "Find Frame" code - we weren't freeing theGuy Harris1-2/+5
2000-04-06After destroying the mem chunk for the packet list, null out the pointerGuy Harris1-2/+4
2000-04-04Allocate the new mem chunk for the capture in "open_cap_file()", ratherGuy Harris1-9/+6
2000-04-03Set cf->plist_chunk in the other place where needed. Guy's experiencingGilbert Ramirez1-2/+10
2000-04-03Note that it didn't seem to save a significant amount of time or spaceGuy Harris1-2/+6
2000-04-03Use a GMemChunk for allocating and freeing "frame_data" structures; itGuy Harris1-10/+15
2000-03-31Add a counter : "enabled_plugins_number", to record how many plugins areOlivier Abad1-2/+2
2000-03-28Patches from Andreas Sikkema:Guy Harris1-3/+12
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