aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-03If you get a read error while doing a search, go back to the frame whereGuy Harris1-1/+4
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-15/+27
2003-09-03And for Cal,Ronnie Sahlberg1-1/+6
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris1-508/+311
2003-08-14Apply Greg Morris' buffer overflow prevention patch to the find enhancements.Richard Sharpe1-4/+20
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe1-1/+289
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.Guy Harris1-3/+14
2003-07-22From Greg Morris: code to support searches for text or raw binary dataGuy Harris1-1/+241
2003-06-24From Tomas Kukosa: doubling the size of the line buffer when printingGuy Harris1-3/+3
2003-03-02The frame number passed to "goto_frame()" wasn't necessarily explicitlyGuy Harris1-4/+4
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris1-7/+16
2002-12-01The previous change caused the delta time to be the delta between aGuy Harris1-4/+7
2002-11-29calculate delta and rel time earlier and unconditionally of whether the packe...Ronnie Sahlberg1-30/+30
2002-11-23From Tomas Kukosa: adjust the pointer into the line buffer if the lineGuy Harris1-1/+6
2002-10-17From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris1-4/+7
2002-10-14Another problem found by valgrind :Olivier Abad1-1/+3
2002-09-23Change to color filters :Olivier Abad1-20/+4
2002-09-21Removed all gtk calls in file.c :Olivier Abad1-101/+47
2002-09-04Enable the tap feature for ethereal as well. (will only update in real time f...Ronnie Sahlberg1-2/+6
2002-08-31GTK+ v2 port.Olivier Abad1-1/+23
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris1-28/+60
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-11/+3
2002-07-30From Graeme Hewson:Guy Harris1-76/+112
2002-07-21Fix the problems WRT overwriting a capture file. From Joerg Mayer.Richard Sharpe1-2/+10
2002-07-16From Graeme Hewson:Guy Harris1-7/+16
2002-07-15This seems to fix the problem of trying to save over the top of an existingRichard Sharpe1-9/+12
2002-06-29Have "print_line()" take an indentation argument, and do blankGuy Harris1-4/+4
2002-06-22Get rid of trailing newline in lines passed to "print_line()".Guy Harris1-9/+5
2002-06-22Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()"Guy Harris1-2/+2
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris1-1/+6
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-9/+4
2002-05-23Clean up the file saving code a bit.Guy Harris1-59/+51
2002-05-23Make "save_cap_file()" return a Boolean (TRUE on success, FALSE onGuy Harris1-11/+23
2002-05-23The "fname" argument to "save_cap_file()", and "cf->filename" - and thusGuy Harris1-13/+12
2002-05-03From Didieer Gautheron:Guy Harris1-7/+19
2002-05-03Clean up the handling of filter strings:Guy Harris1-2/+4
2002-04-24If the progress fraction when reading in a file becomes > 1, assume thatGuy Harris1-11/+28
2002-04-22Make sure that when we save a file, we don't overwrite our capture fileRichard Sharpe1-2/+12
2002-04-20Don't prime the display filter unless we're re-applying it; otherwise,Guy Harris1-2/+2
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-7/+20
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-2/+2
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris1-25/+6
2002-02-19Update a comment.Guy Harris1-3/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-12/+5
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-1/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-7/+7
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris1-3/+7