aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-11Miscellaneous code cleaningLaurent Deniel1-8/+9
2000-08-09Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez1-2/+3
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-54/+76
2000-08-03Replace calls to sprintf() with snprintf() in file_*_error_message routines,Gilbert Ramirez1-6/+11
2000-07-26When rescanning a file, all state information for the frames hasGilbert Ramirez1-1/+5
2000-07-20In Tethereal:Guy Harris1-2/+2
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-13/+17
2000-07-09Put up a progress dialog when changing the time display; it can take aGuy Harris1-1/+47
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-35/+74
2000-07-07If the progress dialog gets a "delete" event, have the handler returnGuy Harris1-4/+5
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris1-18/+19
2000-07-03If the user clicks the "Cancel" button in a progress-bar dialog box forGuy Harris1-4/+5
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-60/+91
2000-06-27Don't pass a pointer to the packet data buffer to "read_packet()"; letGuy Harris1-7/+8
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-32/+114
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-1/+2
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-41/+37
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