aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris2000-09-091-3/+2
* Redraw:Guy Harris2000-09-081-3/+2
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-2/+3
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-4/+4
* If we've thrown away saved state before a rescan of the frames in aGuy Harris2000-08-241-2/+21
* Actually, we do have to clear all the dissector information if we'reGuy Harris2000-08-241-8/+34
* Instead of keeping in the information about an RPC call a count of theGuy Harris2000-08-241-14/+1
* Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel2000-08-211-4/+3
* Frames in the packet list can now be marked by the user usingLaurent Deniel2000-08-211-9/+22
* Fix potential buffer overflows.Laurent Deniel2000-08-191-3/+4
* Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel2000-08-151-1/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-8/+9
* Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez2000-08-091-2/+3
* Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez2000-08-031-54/+76
* Replace calls to sprintf() with snprintf() in file_*_error_message routines,Gilbert Ramirez2000-08-031-6/+11
* When rescanning a file, all state information for the frames hasGilbert Ramirez2000-07-261-1/+5
* In Tethereal:Guy Harris2000-07-201-2/+2
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-13/+17
* Put up a progress dialog when changing the time display; it can take aGuy Harris2000-07-091-1/+47
* Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris2000-07-091-35/+74
* If the progress dialog gets a "delete" event, have the handler returnGuy Harris2000-07-071-4/+5
* Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris2000-07-071-18/+19
* If the user clicks the "Cancel" button in a progress-bar dialog box forGuy Harris2000-07-031-4/+5
* Remove the progress bar from the status line, and, instead, for anyGuy Harris2000-07-031-60/+91
* Don't pass a pointer to the packet data buffer to "read_packet()"; letGuy Harris2000-06-271-7/+8
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-32/+114
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-1/+2
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-5/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-41/+37
* Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris2000-05-181-7/+9
* We can't trust "cf->current_frame" to refer to the frame that wasGuy Harris2000-05-151-50/+63
* Ben Fowler <wapdev@leedsnet.com>'s "usage of fd" patch.Gilbert Ramirez2000-05-121-59/+59
* Fix indentation so that it looks correct if tabs are every 8 spaces,Guy Harris2000-05-061-3/+3
* Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez2000-04-141-5/+7
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-12/+13
* When searching for a frame that matches a filter expression, weGuy Harris2000-04-071-7/+7
* Plug a memory leak in the "Find Frame" code - we weren't freeing theGuy Harris2000-04-071-2/+5
* After destroying the mem chunk for the packet list, null out the pointerGuy Harris2000-04-061-2/+4
* Allocate the new mem chunk for the capture in "open_cap_file()", ratherGuy Harris2000-04-041-9/+6
* Set cf->plist_chunk in the other place where needed. Guy's experiencingGilbert Ramirez2000-04-031-2/+10
* Note that it didn't seem to save a significant amount of time or spaceGuy Harris2000-04-031-2/+6
* Use a GMemChunk for allocating and freeing "frame_data" structures; itGuy Harris2000-04-031-10/+15
* Add a counter : "enabled_plugins_number", to record how many plugins areOlivier Abad2000-03-311-2/+2
* Patches from Andreas Sikkema:Guy Harris2000-03-281-3/+12
* Set the per frame data pointer to NULL when a new frame is read in.Richard Sharpe2000-03-261-1/+2
* In "add_packet_to_packet_list()", always use the "buf" argument to referGuy Harris2000-03-201-5/+5
* Making the "frame_data" structure for a frame the data associated withGuy Harris2000-03-121-13/+56
* We already set the foreground and background color for every frame,Guy Harris2000-03-081-54/+39
* Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris2000-02-291-1/+6
* Don't use a fixed-size line buffer for summary lines in the print code;Guy Harris2000-02-211-13/+45