aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-17/+17
* From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris2002-08-281-28/+60
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+3
* From Graeme Hewson:Guy Harris2002-07-301-76/+112
* Fix the problems WRT overwriting a capture file. From Joerg Mayer.Richard Sharpe2002-07-211-2/+10
* From Graeme Hewson:Guy Harris2002-07-161-7/+16
* This seems to fix the problem of trying to save over the top of an existingRichard Sharpe2002-07-151-9/+12
* Have "print_line()" take an indentation argument, and do blankGuy Harris2002-06-291-4/+4
* Get rid of trailing newline in lines passed to "print_line()".Guy Harris2002-06-221-9/+5
* Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()"Guy Harris2002-06-221-2/+2
* Add a new error for attempts to open a pipe or FIFO for random access.Guy Harris2002-06-071-1/+6
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-9/+4
* Clean up the file saving code a bit.Guy Harris2002-05-231-59/+51
* Make "save_cap_file()" return a Boolean (TRUE on success, FALSE onGuy Harris2002-05-231-11/+23
* The "fname" argument to "save_cap_file()", and "cf->filename" - and thusGuy Harris2002-05-231-13/+12
* From Didieer Gautheron:Guy Harris2002-05-031-7/+19
* Clean up the handling of filter strings:Guy Harris2002-05-031-2/+4
* If the progress fraction when reading in a file becomes > 1, assume thatGuy Harris2002-04-241-11/+28
* Make sure that when we save a file, we don't overwrite our capture fileRichard Sharpe2002-04-221-2/+12
* Don't prime the display filter unless we're re-applying it; otherwise,Guy Harris2002-04-201-2/+2
* From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris2002-03-311-2/+2
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-3/+3
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-7/+20
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-271-2/+2
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-241-25/+6
* Update a comment.Guy Harris2002-02-191-3/+3
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-12/+5
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-1/+7
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-7/+7
* Separate the promiscuous mode, "Update list of packets in real time",Guy Harris2002-01-101-3/+7
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+9
* In "change_time_formats()" we can now check at the beginning whetherGuy Harris2002-01-031-17/+21
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-15/+28
* Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2001-12-161-18/+12
* Add some additional comments.Guy Harris2001-12-101-2/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-26/+17
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-36/+13
* Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris2001-12-061-1/+22
* In the NetMon capture file reading code, if we get a short read whenGuy Harris2001-12-041-2/+2
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-4/+4
* Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris2001-11-201-12/+6
* 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