| Commit message (Expand) | Author | Age | Files | Lines |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | The packet range stuff knows about capture_file structures, so it's | Guy Harris | 2004-09-04 | 1 | -1/+1 |
* | Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h"; | Guy Harris | 2004-09-04 | 1 | -1/+1 |
* | Move the guts of gtk/file_dlg.c:goto_framenum_cb() to | Gerald Combs | 2004-09-02 | 1 | -0/+21 |
* | Move the file-reloading code from gtk/file_dlg.c to file.c. | Gerald Combs | 2004-08-25 | 1 | -0/+49 |
* | As suggested by Guy: Have mark_frame() do nothing if the frame has | Gerald Combs | 2004-08-19 | 1 | -6/+10 |
* | If you mark all frames, then unmark all frames "marked_count" overflows. | Gerald Combs | 2004-08-18 | 1 | -2/+4 |
* | From Greg Morris: Add a configuration option to control search wrapping. | Gerald Combs | 2004-08-15 | 1 | -10/+33 |
* | Move the code to open the printer/print file from "print_packets()" to | Guy Harris | 2004-07-27 | 1 | -48/+21 |
* | Make some generic print routines that take, as an argument, a pointer to | Guy Harris | 2004-07-25 | 1 | -30/+78 |
* | Move the color-filter related stuff out of "color.h" into | Guy Harris | 2004-07-24 | 1 | -0/+1 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | If we're producing PostScript, don't put the column headers out if we're | Guy Harris | 2004-07-08 | 1 | -13/+15 |
* | Make the "human-readable text vs. PSML vs. PDML" choice separate from | Guy Harris | 2004-07-08 | 1 | -3/+146 |
* | A read can return WTAP_ERR_UNSUPPORTED_ENCAP if the encapsulation type | Guy Harris | 2004-07-08 | 1 | -3/+10 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+6 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -5/+1 |
* | added a small comment | Ulf Lamping | 2004-05-27 | 1 | -1/+2 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 1 | -1/+5 |
* | bugfix: reset the tap listeners, when the capture file is closed | Ulf Lamping | 2004-05-02 | 1 | -1/+3 |
* | The display filter engine can return an error message that is not safe | Olivier Biot | 2004-05-01 | 1 | -4/+9 |
* | add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(), | Ulf Lamping | 2004-05-01 | 1 | -2/+2 |
* | put all required data into the print_args, | Ulf Lamping | 2004-04-25 | 1 | -3/+8 |
* | some code cleanup of the printing system | Ulf Lamping | 2004-04-24 | 1 | -10/+1 |
* | added some options and enhancements to the print output: | Ulf Lamping | 2004-04-22 | 1 | -6/+22 |
* | changed postscript output: | Ulf Lamping | 2004-04-20 | 1 | -4/+4 |
* | If we're printing summaries and packet detail or hex dump information, | Guy Harris | 2004-04-16 | 1 | -18/+44 |
* | make print dialog "Packet Format" options somewhat similar to the | Ulf Lamping | 2004-04-16 | 1 | -21/+27 |
* | Rename a bunch of variables and routines that pertain to string search | Guy Harris | 2004-04-15 | 1 | -2/+2 |
* | two memory leaks removed | Ulf Lamping | 2004-04-14 | 1 | -1/+3 |
* | From Jon Oberheide: Add interface name to the capture and ethereal window | Michael Tüxen | 2004-04-13 | 1 | -2/+5 |
* | Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - and | Guy Harris | 2004-03-08 | 1 | -1/+3 |
* | This makes ethereal compile again when configured --without-pcap | Jörg Mayer | 2004-03-08 | 1 | -3/+1 |
* | tweaked the simple_dialog texts, to reflect the current search behaviour | Ulf Lamping | 2004-02-28 | 1 | -7/+9 |
* | Add a "force" argument to "filter_packets()" and | Guy Harris | 2004-02-23 | 1 | -9/+8 |
* | Make the message a bit more detailed (modeled after the one from the | Guy Harris | 2004-02-22 | 1 | -3/+5 |
* | From Greg Morris: if a search reaches the end or beginning of the list, | Guy Harris | 2004-02-22 | 1 | -4/+16 |
* | rework of capture.c: better seperation of sync and capture pipe by using | Ulf Lamping | 2004-02-21 | 1 | -11/+5 |
* | Add routines that can be called from dissectors to report file open and | Guy Harris | 2004-02-21 | 1 | -5/+3 |
* | fixed dialog box text and some comments | Ulf Lamping | 2004-02-17 | 1 | -7/+11 |
* | Replace the "cf_XXX_error_message()" routines with | Guy Harris | 2004-02-11 | 1 | -88/+100 |
* | Add "write_failure_alert_box()" to put up an alert box for a failed | Guy Harris | 2004-02-11 | 1 | -6/+3 |
* | Add an "open_failure_alert_box()" routine to pop up an alert box for a | Guy Harris | 2004-02-11 | 1 | -7/+4 |
* | Add a routine to be used to put up alert boxes for invalid display | Guy Harris | 2004-02-11 | 1 | -6/+6 |
* | enhanced some dialog messages, | Ulf Lamping | 2004-02-03 | 1 | -3/+18 |
* | Use "%ld", not "%u", to print "long" values. | Guy Harris | 2004-02-03 | 1 | -4/+4 |
* | added some more info to the statusbar (filesize, packet count, ..), | Ulf Lamping | 2004-02-03 | 1 | -15/+42 |
* | Fix the spelling of "cumulative" (and variables whose names derive from | Guy Harris | 2004-01-31 | 1 | -9/+9 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -21/+22 |