aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-3/+5
2000-09-17The correct way to check for an error (rather than an EOF) from a failedGuy Harris1-4/+4
2000-09-12It's "GSList", not "GSlist".Guy Harris1-2/+2
2000-09-12Also free the GSLists for per-frame data on frames we haven'tGuy Harris1-8/+6
2000-09-11Fix the problem with resetting per-frame state info problems that thereRichard Sharpe1-8/+7
2000-09-11We have to free up the per-frame data when we rescan, because we haveRichard Sharpe1-1/+10
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-19/+14
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris1-3/+2
2000-09-08Redraw:Guy Harris1-3/+2
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-2/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-4/+4
2000-08-24If we've thrown away saved state before a rescan of the frames in aGuy Harris1-2/+21
2000-08-24Actually, we do have to clear all the dissector information if we'reGuy Harris1-8/+34
2000-08-24Instead of keeping in the information about an RPC call a count of theGuy Harris1-14/+1
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-4/+3
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel1-9/+22
2000-08-19Fix potential buffer overflows.Laurent Deniel1-3/+4
2000-08-15Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel1-1/+2
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