aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-03enhanced some dialog messages,ulfl1-3/+18
2004-02-03Use "%ld", not "%u", to print "long" values.guy1-4/+4
2004-02-03added some more info to the statusbar (filesize, packet count, ..),ulfl1-15/+42
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy1-9/+9
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-21/+22
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-19/+19
2004-01-26filter_packets: don't refilter all the packets,ulfl1-1/+10
2004-01-25Don't use "cf_read_error_message()" when reporting errors not fromguy1-2/+3
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-31/+81
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aguy1-28/+47
2004-01-24As with "file_write_error_message()", so withguy1-28/+24
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withguy1-22/+12
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-80/+68
2004-01-21The progressbar had a parameter to specify the text of the Cancel/Stop button.ulfl1-10/+9
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-1/+56
2004-01-16Reset the tap listeners in "retap_packets()" before rerunning the taps.guy1-1/+4
2004-01-13Add a routine "retap_packet()" that runs through all packets, dissectingguy1-1/+49
2004-01-10close the Save (As) dialog, when the capture file is closedulfl1-3/+3
2004-01-09Have a common "process_specified_packets()" routine for processingguy1-268/+301
2004-01-09We don't need to keep the progress bar quantum or next step in theguy1-23/+31
2004-01-09use the same packet range things for "Print" dialog, as already implementedulfl1-20/+25
2004-01-09some code cleanup in range.culfl1-2/+4
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorobiot1-22/+35
2004-01-02bugfix: init progbar to NULL at the right placeulfl1-3/+2
2004-01-02added a progressbar, when saving a large capture fileulfl1-28/+91
2003-12-29From Dick Gooris (and me :-)ulfl1-38/+47
2003-12-19From Lars Roland:guy1-1/+3
2003-12-13added "most recently used" lists forulfl1-1/+10
2003-12-09print system enhanced, more print ranges and expanded statesulfl1-3/+7
2003-12-09Don't automatically size the columns - that's expensive in largeguy1-57/+6
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theguy1-3/+38
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andguy1-7/+6
2003-12-02From Didier Gautheron: for each column format type, save the first andguy1-3/+7
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fastersahlberg1-3/+3
2003-11-15removed no longer used gtk includesulfl1-4/+1
2003-11-13For Time Reference frames reset the counter for CulmulativeBytes.sahlberg1-1/+6
2003-11-12Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.gerald1-3/+1
2003-10-26Update to cf_get_display_name()sahlberg1-2/+6
2003-09-25Correctly handle the case where the selected frame doesn't pass theguy1-11/+18
2003-09-25If the currently selected frame doesn't pass the display filter, selectguy1-14/+80
2003-09-24Pass a pointer to a "capture_file" structure toguy1-6/+7
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanguy1-5/+11
2003-09-19From Lars Roland: initialize the flags.ref_time field of a frame_dataguy1-1/+2
2003-09-15We no longer pop up tap windows until we have a capture file open, so weguy1-7/+3
2003-09-15Rename various capture file routines to have names starting with "cf_".guy1-72/+71
2003-09-15Add a routine to return the display name for a "capture_file" structure,guy1-29/+38
2003-09-15Keep a "display name" as part of a capture_file structure; for liveguy1-26/+29
2003-09-12Added TimeReference frames.sahlberg1-3/+18
2003-09-10When saving packets, we have a "Save only marked packets" option; labelguy1-3/+3
2003-09-08Update to the culmulative byte column.sahlberg1-3/+7