| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -17/+17 |
* | From Ulf Lamping: extend the progress dialog box to give more progress | Guy Harris | 2002-08-28 | 1 | -28/+60 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -11/+3 |
* | From Graeme Hewson: | Guy Harris | 2002-07-30 | 1 | -76/+112 |
* | Fix the problems WRT overwriting a capture file. From Joerg Mayer. | Richard Sharpe | 2002-07-21 | 1 | -2/+10 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -7/+16 |
* | This seems to fix the problem of trying to save over the top of an existing | Richard Sharpe | 2002-07-15 | 1 | -9/+12 |
* | Have "print_line()" take an indentation argument, and do blank | Guy Harris | 2002-06-29 | 1 | -4/+4 |
* | Get rid of trailing newline in lines passed to "print_line()". | Guy Harris | 2002-06-22 | 1 | -9/+5 |
* | Get rid of separate "print_hex_data_text()" and "print_hex_data_ps()" | Guy Harris | 2002-06-22 | 1 | -2/+2 |
* | Add a new error for attempts to open a pipe or FIFO for random access. | Guy Harris | 2002-06-07 | 1 | -1/+6 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -9/+4 |
* | Clean up the file saving code a bit. | Guy Harris | 2002-05-23 | 1 | -59/+51 |
* | Make "save_cap_file()" return a Boolean (TRUE on success, FALSE on | Guy Harris | 2002-05-23 | 1 | -11/+23 |
* | The "fname" argument to "save_cap_file()", and "cf->filename" - and thus | Guy Harris | 2002-05-23 | 1 | -13/+12 |
* | From Didieer Gautheron: | Guy Harris | 2002-05-03 | 1 | -7/+19 |
* | Clean up the handling of filter strings: | Guy Harris | 2002-05-03 | 1 | -2/+4 |
* | If the progress fraction when reading in a file becomes > 1, assume that | Guy Harris | 2002-04-24 | 1 | -11/+28 |
* | Make sure that when we save a file, we don't overwrite our capture file | Richard Sharpe | 2002-04-22 | 1 | -2/+12 |
* | Don't prime the display filter unless we're re-applying it; otherwise, | Guy Harris | 2002-04-20 | 1 | -2/+2 |
* | From Joerg Mayer: get rid of unused arguments, and mark those that can't | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -3/+3 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -7/+20 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -2/+2 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 1 | -25/+6 |
* | Update a comment. | Guy Harris | 2002-02-19 | 1 | -3/+3 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -12/+5 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -1/+7 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -7/+7 |
* | Separate the promiscuous mode, "Update list of packets in real time", | Guy Harris | 2002-01-10 | 1 | -3/+7 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+9 |
* | In "change_time_formats()" we can now check at the beginning whether | Guy Harris | 2002-01-03 | 1 | -17/+21 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -15/+28 |
* | Add an extra argument to "epan_dissect_new()" that indicates whether the | Guy Harris | 2001-12-16 | 1 | -18/+12 |
* | Add some additional comments. | Guy Harris | 2001-12-10 | 1 | -2/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -26/+17 |
* | Remove proto_tree from capture_file and PacketWinData, since they | Gilbert Ramirez | 2001-12-06 | 1 | -36/+13 |
* | Make the "Save only marked frames" button in the "Save As..." dialog box | Guy Harris | 2001-12-06 | 1 | -1/+22 |
* | In the NetMon capture file reading code, if we get a short read when | Guy Harris | 2001-12-04 | 1 | -2/+2 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -4/+4 |
* | Have a routine to add all the hex dump tabs to the hex dump notebook, | Guy Harris | 2001-11-20 | 1 | -12/+6 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -3/+3 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -6/+6 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -1/+2 |
* | Added a "Suppress Unmarked" option to the print dialog to | Ed Warnicke | 2001-07-17 | 1 | -3/+5 |
* | "open_cap_file()" in Ethereal and Tethereal don't use the FILE_T they | Guy Harris | 2001-07-05 | 1 | -3/+1 |
* | More signed vs. unsigned cleanups, and initialization cleanups, from | Guy Harris | 2001-06-19 | 1 | -4/+4 |
* | When printing the contents of a raw-data field, don't use the raw data | Guy Harris | 2001-06-08 | 1 | -2/+2 |
* | Move the fragment reassembly code into "reassemble.c" and | Guy Harris | 2001-06-08 | 1 | -1/+14 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -47/+27 |