| Commit message (Expand) | Author | Age | Files | Lines |
* | Squelch a compiler pointer vs. integer warning - NULL is for pointers, | Guy Harris | 2005-07-07 | 1 | -1/+1 |
* | Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness" | Guy Harris | 2005-07-07 | 1 | -6/+2 |
* | Explicitly initialize all the elements of a voip_calls_tapinfo_t, to | Guy Harris | 2005-07-07 | 1 | -1/+1 |
* | From Alejandro Vaquero | Anders Broman | 2005-07-05 | 5 | -44/+118 |
* | From Ainsley Pereira: | Anders Broman | 2005-07-05 | 1 | -1/+2 |
* | fix #271: don't do: | Ulf Lamping | 2005-07-01 | 1 | -1/+0 |
* | add a new DCE/RPC related column, which contains the call_id for connection o... | Ulf Lamping | 2005-06-30 | 1 | -2/+5 |
* | More constification. | Guy Harris | 2005-06-28 | 1 | -1/+1 |
* | "Handle" a couple of cases in the switch statement by adding them to the | Guy Harris | 2005-06-28 | 1 | -0/+2 |
* | "mtp3_sum_draw()" is never called with a null "table" argument - the | Guy Harris | 2005-06-28 | 1 | -5/+0 |
* | Add som more const qualifiers. | Anders Broman | 2005-06-27 | 4 | -5/+5 |
* | From Alejandro Vaquero | Anders Broman | 2005-06-27 | 3 | -32/+277 |
* | proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiers | Ulf Lamping | 2005-06-26 | 1 | -1/+1 |
* | sctp_graph_dlg.c(383) : warning C4244: '=' : conversion from 'unsigned int ' ... | Ulf Lamping | 2005-06-26 | 1 | -1/+1 |
* | remove compiler warnings: | Ulf Lamping | 2005-06-26 | 1 | -1/+1 |
* | From Alejandro, fix for GTK1 graph_analysis issue. | Ronnie Sahlberg | 2005-06-26 | 1 | -0/+3 |
* | we are not a GNU program, so we shouldn't report as such in the command line ... | Ulf Lamping | 2005-06-25 | 1 | -1/+1 |
* | More constification. | Guy Harris | 2005-06-24 | 1 | -2/+2 |
* | Constify a bunch of structure members and function arguments, to squelch | Guy Harris | 2005-06-24 | 6 | -16/+17 |
* | fix #135: handle the command line parameters -v, -h and -G completely in thei... | Ulf Lamping | 2005-06-23 | 1 | -99/+87 |
* | Win32: "fix" handling of create_console(), hopefully clarifying usage of the ... | Ulf Lamping | 2005-06-23 | 1 | -2/+4 |
* | beautify version and usage output | Ulf Lamping | 2005-06-23 | 1 | -4/+4 |
* | From Mike Duigou: | Anders Broman | 2005-06-20 | 5 | -9/+62 |
* | fix a typo in the usage output | Ulf Lamping | 2005-06-17 | 1 | -1/+1 |
* | Get rid of unnecessary assignment and unnecessary "volatile" qualifier. | Guy Harris | 2005-06-16 | 1 | -4/+2 |
* | Don't hand a null pointer to a "%s" format. | Guy Harris | 2005-06-16 | 1 | -1/+4 |
* | Fix a typo, and squelch a compiler warning. | Guy Harris | 2005-06-16 | 1 | -1/+2 |
* | Include <ctype.h> to define/declare "isspace()". | Guy Harris | 2005-06-16 | 1 | -0/+1 |
* | don't call "Capture/Start" Capture but Start in the toolbar | Ulf Lamping | 2005-06-15 | 1 | -3/+3 |
* | From Javier Acuna | Anders Broman | 2005-06-14 | 1 | -2/+2 |
* | add missing #include "webbrowser.h" from previous commit | Ulf Lamping | 2005-06-11 | 1 | -0/+1 |
* | add help button pointing to the wiki page | Ulf Lamping | 2005-06-11 | 1 | -1/+13 |
* | this is an attempt, please report problems: | Ulf Lamping | 2005-06-10 | 1 | -1/+19 |
* | fix positions of create_console()/destroy_console() calls for help and versio... | Ulf Lamping | 2005-06-09 | 1 | -3/+12 |
* | bugfix: don't crash, if cf->filename is NULL (which happens if an invalid cap... | Ulf Lamping | 2005-06-09 | 1 | -1/+1 |
* | From Alejandro Vaquero: | Anders Broman | 2005-06-07 | 1 | -24/+17 |
* | Add an ifdef and "dont apply patch twice". | Anders Broman | 2005-06-06 | 3 | -187/+5 |
* | From Mike Duigou: | Anders Broman | 2005-06-06 | 3 | -0/+374 |
* | From Alejandro Vaquero: | Anders Broman | 2005-06-06 | 2 | -272/+402 |
* | fix #220: the automatic display of the vertical scrollbar at the packet list ... | Ulf Lamping | 2005-06-04 | 1 | -0/+8 |
* | update usage output and manual pages for both Ethereal and Tethereal to refle... | Ulf Lamping | 2005-06-04 | 1 | -15/+15 |
* | Update URLs and domain names that refer to the WinPcap site. | Guy Harris | 2005-06-03 | 2 | -2/+2 |
* | add new command line flag "-g", will go to a given packet, after loading a ca... | Ulf Lamping | 2005-05-31 | 1 | -1/+9 |
* | fix #148: (win32 only) use command line parameter -B to set capture buffer size | Ulf Lamping | 2005-05-30 | 1 | -2/+6 |
* | First part to fix #148: use command line parameter -o not only for preference... | Ulf Lamping | 2005-05-30 | 3 | -48/+184 |
* | clarify some recent file entry descriptions | Ulf Lamping | 2005-05-29 | 1 | -3/+7 |
* | prevent unused function warning | Ulf Lamping | 2005-05-28 | 1 | -0/+2 |
* | GdKEventScroll is not available in GTK-1.2 | Ronnie Sahlberg | 2005-05-27 | 1 | -1/+7 |
* | fix #203: the scroll event handler used an inappropriate implementation to ge... | Ulf Lamping | 2005-05-26 | 1 | -5/+10 |
* | show the complete filename in the statusbar, as there's no good reason to hid... | Ulf Lamping | 2005-05-26 | 1 | -14/+26 |