| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some ANSI C nits pointed out by "gcc -pedantic". | Guy Harris | 1999-11-18 | 1 | -8/+1 |
* | Add a "Go To Frame" menu item, which lets you go to a frame by frame | Guy Harris | 1999-11-08 | 1 | -1/+2 |
* | Pop up a message box if a search for a frame fails. | Guy Harris | 1999-11-06 | 1 | -2/+2 |
* | Add a "Find Frame" menu item under "Display"; it lets you use a display | Guy Harris | 1999-11-06 | 1 | -4/+9 |
* | When a new display filter is to be applied, don't set "cf.dfilter" or | Guy Harris | 1999-10-11 | 1 | -5/+3 |
* | Get rid of some unused fields in a "capture_file" structure. | Guy Harris | 1999-10-02 | 1 | -4/+1 |
* | Add an item to the "File/Print" dialog box to ask that the full hex data | Guy Harris | 1999-09-29 | 1 | -11/+1 |
* | Adds progress bar functionality back for loading files (it was changed to | Ashok Narayanan | 1999-09-23 | 1 | -1/+2 |
* | This commit contains support for reading capture files compressed using | Ashok Narayanan | 1999-09-22 | 1 | -2/+35 |
* | Add a "Expand all levels"/"Print as displayed" pair of radio buttons to | Guy Harris | 1999-09-12 | 1 | -1/+3 |
* | Add summary-vs-detail radio buttons to the print dialog box; detail | Guy Harris | 1999-09-12 | 1 | -2/+10 |
* | Don't do file-read progress bar updates with a timeout; instead, update | Guy Harris | 1999-08-28 | 1 | -1/+4 |
* | Added John McDermott's colorization routines. There's still some | Gilbert Ramirez | 1999-08-24 | 1 | -1/+9 |
* | Remove the include of <sys/time.h> from "file.h" - it's neither | Guy Harris | 1999-08-22 | 1 | -6/+1 |
* | DLT_NULL, from "libpcap", means different things on different platforms | Guy Harris | 1999-08-22 | 1 | -8/+2 |
* | Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.c | Gilbert Ramirez | 1999-08-18 | 1 | -1/+2 |
* | Add to Wiretap the ability to write capture files; for now, it can only | Guy Harris | 1999-08-18 | 1 | -5/+3 |
* | Don't preserve the read filter from file to file - you won't necessarily | Guy Harris | 1999-08-15 | 1 | -3/+3 |
* | Have "wtap_open_offline()" return, on failure, an indication of the | Guy Harris | 1999-08-15 | 1 | -14/+1 |
* | "read_cap_file()" doesn't need to be passed a file name as an argument - | Guy Harris | 1999-08-15 | 1 | -2/+2 |
* | Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()". | Guy Harris | 1999-08-15 | 1 | -2/+2 |
* | Moved global memory alloction used in display filters (which was stored | Gilbert Ramirez | 1999-08-13 | 1 | -2/+6 |
* | Changed two #include <>'s to #include "" 's, for stylistic reasons only. | Gilbert Ramirez | 1999-08-11 | 1 | -2/+2 |
* | More whitespace fixups, and fix a typo in a comment. | Guy Harris | 1999-08-10 | 1 | -4/+4 |
* | Fix up whitespace. | Guy Harris | 1999-08-10 | 1 | -2/+2 |
* | Add the ability to specify a filter to be used when reading the file to | Guy Harris | 1999-08-10 | 1 | -29/+30 |
* | Building a GList by adding elements to the end with "g_list_append()" is | Guy Harris | 1999-08-10 | 1 | -2/+3 |
* | Allow compilation of ethereal in a directory different than | Laurent Deniel | 1999-08-07 | 1 | -2/+2 |
* | Added a progress bar to the display filter computation. Unfortunately, | Gilbert Ramirez | 1999-08-05 | 1 | -1/+2 |
* | Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, and | Guy Harris | 1999-08-02 | 1 | -1/+2 |
* | Turn "protocol_tree" and "fd" from global variables into members of a | Guy Harris | 1999-07-24 | 1 | -1/+4 |
* | Have "close_cap_file()" disable all menu items that make sense only if | Guy Harris | 1999-07-24 | 1 | -1/+4 |
* | Add a "File/Print" menu item, which prints *all* the packets in the | Guy Harris | 1999-07-23 | 1 | -2/+3 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+6 |
* | Added the ability to create a read-only ethereal, i.e., one that | Gilbert Ramirez | 1999-07-09 | 1 | -2/+11 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -57/+6 |
* | Added Aaron Hillegass' summary dialogue. We're ignoring the problem with | Gilbert Ramirez | 1999-06-22 | 1 | -1/+4 |
* | Update the display if the "command-line-specified" time format is | Guy Harris | 1999-06-22 | 1 | -2/+3 |
* | Added "Capture" and "Display" menus; "Capture" has a "Start" item, which | Guy Harris | 1999-06-19 | 1 | -3/+4 |
* | Improve the alert boxes put up for file open/read/write errors. (Some | Guy Harris | 1999-06-12 | 1 | -1/+23 |
* | Live data capture and display enhancement that allows network capture and | Laurent Deniel | 1999-05-11 | 1 | -1/+3 |
* | Capturing packets from ethereal now saves the capture in an "anonymous" buffe... | Gilbert Ramirez | 1999-04-06 | 1 | -2/+5 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -3/+9 |
* | Make the minimum and maximum packet sizes #defines. | Guy Harris | 1999-02-11 | 1 | -2/+2 |
* | I removed the per-file encapsulation type from wiretap, and make all filetypes | Gilbert Ramirez | 1999-01-07 | 1 | -1/+3 |
* | Added the iptrace (AIX's packet-capture tool) file format to wiretap. | Gilbert Ramirez | 1999-01-02 | 1 | -1/+3 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -2/+3 |
* | Add support to wiretap for reading Sun "snoop" capture files. | Guy Harris | 1998-11-15 | 1 | -22/+18 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+14 |
* | - Added match_strval function to packet.c | Gerald Combs | 1998-10-12 | 1 | -2/+3 |