aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* The declaration of "destroy_packet_wins()" belongs inGuy Harris2001-03-241-1/+2
* Give the code that computes protocol statistics a progress dialog box,Guy Harris2001-03-241-1/+2
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-10/+40
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-5/+13
* Check for errors when writing a capture file.Guy Harris2001-02-101-2/+2
* Use "dfilter_apply_edt()" rather than "dfilter_apply()".Guy Harris2001-02-031-10/+7
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-15/+14
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-10/+2
* Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris2000-11-211-9/+12
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-4/+6
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-7/+17
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-3/+5
* The correct way to check for an error (rather than an EOF) from a failedGuy Harris2000-09-171-4/+4
* It's "GSList", not "GSlist".Guy Harris2000-09-121-2/+2
* Also free the GSLists for per-frame data on frames we haven'tGuy Harris2000-09-121-8/+6
* Fix the problem with resetting per-frame state info problems that thereRichard Sharpe2000-09-111-8/+7
* We have to free up the per-frame data when we rescan, because we haveRichard Sharpe2000-09-111-1/+10
* Compute and display negative relative and delta time stamps correctly,Guy Harris2000-09-101-19/+14
* "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