aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-3/+3
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-6/+6
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-1/+2
* Added a "Suppress Unmarked" option to the print dialog toEd Warnicke2001-07-171-3/+5
* "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris2001-07-051-3/+1
* More signed vs. unsigned cleanups, and initialization cleanups, fromGuy Harris2001-06-191-4/+4
* When printing the contents of a raw-data field, don't use the raw dataGuy Harris2001-06-081-2/+2
* Move the fragment reassembly code into "reassemble.c" andGuy Harris2001-06-081-1/+14
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-47/+27
* Plug a memory leak (we weren't freeing the "epan_dissect_t" pointed toGuy Harris2001-05-271-3/+10
* "prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris2001-05-011-5/+3
* 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