aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromguy1-4/+4
2001-06-08When printing the contents of a raw-data field, don't use the raw dataguy1-2/+2
2001-06-08Move the fragment reassembly code into "reassemble.c" andguy1-1/+14
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doguy1-47/+27
2001-05-27Plug a memory leak (we weren't freeing the "epan_dissect_t" pointed toguy1-3/+10
2001-05-01"prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldguy1-5/+3
2001-03-24The declaration of "destroy_packet_wins()" belongs inguy1-1/+2
2001-03-24Give the code that computes protocol statistics a progress dialog box,guy1-1/+2
2001-03-23Changes required to support multiple named data sources.jfoster1-10/+40
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenguy1-5/+13
2001-02-10Check for errors when writing a capture file.guy1-2/+2
2001-02-03Use "dfilter_apply_edt()" rather than "dfilter_apply()".guy1-10/+7
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-15/+14
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsguy1-10/+2
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentguy1-9/+12
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+6
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headergram1-1/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are thegram1-7/+17
2000-09-27First step in moving core Ethereal routines to libepan.gram1-3/+5
2000-09-17The correct way to check for an error (rather than an EOF) from a failedguy1-4/+4
2000-09-12It's "GSList", not "GSlist".guy1-2/+2
2000-09-12Also free the GSLists for per-frame data on frames we haven'tguy1-8/+6
2000-09-11Fix the problem with resetting per-frame state info problems that theresharpe1-8/+7
2000-09-11We have to free up the per-frame data when we rescan, because we havesharpe1-1/+10
2000-09-10Compute and display negative relative and delta time stamps correctly,guy1-19/+14
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itguy1-3/+2
2000-09-08Redraw:guy1-3/+2
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceguy1-2/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-4/+4
2000-08-24If we've thrown away saved state before a rescan of the frames in aguy1-2/+21
2000-08-24Actually, we do have to clear all the dissector information if we'reguy1-8/+34
2000-08-24Instead of keeping in the information about an RPC call a count of theguy1-14/+1
2000-08-21Add prefs.gui_marked_[fb]g color preferences for thedeniel1-4/+3
2000-08-21Frames in the packet list can now be marked by the user usingdeniel1-9/+22
2000-08-19Fix potential buffer overflows.deniel1-3/+4
2000-08-15Oups. Forgot some set_menus_for_selected_tree_row calls.deniel1-1/+2
2000-08-11Miscellaneous code cleaningdeniel1-8/+9
2000-08-09Make copy_binary_file() static since follow_dlg.c no longer uses it.gram1-2/+3
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamgram1-54/+76
2000-08-03Replace calls to sprintf() with snprintf() in file_*_error_message routines,gram1-6/+11
2000-07-26When rescanning a file, all state information for the frames hasgram1-1/+5
2000-07-20In Tethereal:guy1-2/+2
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsguy1-13/+17
2000-07-09Put up a progress dialog when changing the time display; it can take aguy1-1/+47
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenguy1-35/+74
2000-07-07If the progress dialog gets a "delete" event, have the handler returnguy1-4/+5
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressguy1-18/+19
2000-07-03If the user clicks the "Cancel" button in a progress-bar dialog box forguy1-4/+5
2000-07-03Remove the progress bar from the status line, and, instead, for anyguy1-60/+91
2000-06-27Don't pass a pointer to the packet data buffer to "read_packet()"; letguy1-7/+8