aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-5/+13
2001-02-10Check for errors when writing a capture file.Guy Harris1-2/+2
2001-02-03Use "dfilter_apply_edt()" rather than "dfilter_apply()".Guy Harris1-10/+7
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-15/+14
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-10/+2
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-9/+12
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+6
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-7/+17
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