aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-14Another problem found by valgrind :oabad1-1/+3
2002-09-23Change to color filters :oabad1-20/+4
2002-09-21Removed all gtk calls in file.c :oabad1-101/+47
2002-09-04Enable the tap feature for ethereal as well. (will only update in real time f...sahlberg1-2/+6
2002-08-31GTK+ v2 port.oabad1-1/+23
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-17/+17
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressguy1-28/+60
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+3
2002-07-30From Graeme Hewson:guy1-76/+112
2002-07-21Fix the problems WRT overwriting a capture file. From Joerg Mayer.sharpe1-2/+10
2002-07-16From Graeme Hewson:guy1-7/+16
2002-07-15This seems to fix the problem of trying to save over the top of an existingsharpe1-9/+12
2002-06-29Have "print_line()" take an indentation argument, and do blankguy1-4/+4
2002-06-22Get rid of trailing newline in lines passed to "print_line()".guy1-9/+5
2002-06-22Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()"guy1-2/+2
2002-06-07Add a new error for attempts to open a pipe or FIFO for random access.guy1-1/+6
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-9/+4
2002-05-23Clean up the file saving code a bit.guy1-59/+51
2002-05-23Make "save_cap_file()" return a Boolean (TRUE on success, FALSE onguy1-11/+23
2002-05-23The "fname" argument to "save_cap_file()", and "cf->filename" - and thusguy1-13/+12
2002-05-03From Didieer Gautheron:guy1-7/+19
2002-05-03Clean up the handling of filter strings:guy1-2/+4
2002-04-24If the progress fraction when reading in a file becomes > 1, assume thatguy1-11/+28
2002-04-22Make sure that when we save a file, we don't overwrite our capture filesharpe1-2/+12
2002-04-20Don't prime the display filter unless we're re-applying it; otherwise,guy1-2/+2
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tguy1-2/+2
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-3/+3
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-7/+20
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-2/+2
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineguy1-25/+6
2002-02-19Update a comment.guy1-3/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-12/+5
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-1/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-7/+7
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",guy1-3/+7
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"gram1-1/+9
2002-01-03In "change_time_formats()" we can now check at the beginning whetherguy1-17/+21
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-15/+28
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy1-18/+12
2001-12-10Add some additional comments.guy1-2/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-26/+17
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram1-36/+13
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxguy1-1/+22
2001-12-04In the NetMon capture file reading code, if we get a short read whenguy1-2/+2
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-4/+4
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,guy1-12/+6
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-3/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-6/+6
2001-08-21On Windows, use the directory in which the binary resides as theguy1-1/+2
2001-07-17Added a "Suppress Unmarked" option to the print dialog tohagbard1-3/+5