| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ... | Bill Meier | 2009-02-07 | 117 | -487/+356 |
* | #include <conversation.h> not req'd .... | Bill Meier | 2009-02-06 | 15 | -15/+0 |
* | From Karl Heinz Wolf: | Jaap Keuter | 2009-02-06 | 1 | -2/+2 |
* | Display information which OID is not implemented in expert info | Tomas Kukosa | 2009-02-06 | 1 | -1/+1 |
* | From Sven Wegener: | Anders Broman | 2009-02-05 | 1 | -3/+3 |
* | Replace remaining usage of sprintf ... | Bill Meier | 2009-02-05 | 1 | -2/+2 |
* | Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> | Anders Broman | 2009-02-05 | 1 | -3/+270 |
* | Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> | Anders Broman | 2009-02-05 | 1 | -1/+20 |
* | From Michael Lum: | Anders Broman | 2009-02-05 | 2 | -7/+27 |
* | Init. data to zero. | Anders Broman | 2009-02-05 | 1 | -3/+15 |
* | Trivial spacing change | Bill Meier | 2009-02-05 | 1 | -1/+1 |
* | Fix a typo | Jeff Morriss | 2009-02-05 | 1 | -18/+18 |
* | Don't convert a const to a non-const | Jörg Mayer | 2009-02-05 | 1 | -5/+5 |
* | Keep the compiler happy: revert one change.... | Bill Meier | 2009-02-05 | 1 | -1/+1 |
* | Define most everything as static (fcns & global variables); | Bill Meier | 2009-02-05 | 1 | -112/+110 |
* | #include <epan/prefs> not req'd; minor spacing changes; | Bill Meier | 2009-02-05 | 1 | -7/+6 |
* | More whitespace changes | Jörg Mayer | 2009-02-04 | 1 | -542/+310 |
* | Small whitespace changes | Jörg Mayer | 2009-02-04 | 1 | -549/+545 |
* | fix the buildbot: linking u3util.exe won't create a manifest file, so don't t... | Ulf Lamping | 2009-02-04 | 1 | -3/+4 |
* | - resolve one reduce/reduce conflict in grammar | Tomas Kukosa | 2009-02-04 | 1 | -159/+155 |
* | Don't show channel ID in info column for common channels | Martin Mathieson | 2009-02-04 | 1 | -4/+11 |
* | add display of GeoIP latitude/longitude | Ulf Lamping | 2009-02-04 | 4 | -4/+116 |
* | One very minor reg_handoff change [static ... not req'd] | Bill Meier | 2009-02-04 | 1 | -1/+1 |
* | Fix some errors I either missed or introduced: | Jörg Mayer | 2009-02-03 | 1 | -87/+92 |
* | Andreas Schuler <krater (A) badterrorist.com> | Jörg Mayer | 2009-02-03 | 3 | -0/+2003 |
* | Remove "empty" header file | Stephen Fisher | 2009-02-03 | 3 | -29/+0 |
* | The new icon files were missing from the distribution list. | Jörg Mayer | 2009-02-03 | 1 | -0/+6 |
* | Get rid of FAQ file completely: It's still available as help/faq.txt | Jörg Mayer | 2009-02-03 | 3 | -7/+9 |
* | add missing mt.exe calls, to include manifest files into exe / dll files | Ulf Lamping | 2009-02-02 | 32 | -0/+105 |
* | Revert previous checkin. | Anders Broman | 2009-02-02 | 2 | -59/+24 |
* | Use Python to build tshark-tap-register.c | Anders Broman | 2009-02-02 | 2 | -24/+59 |
* | Actually display the minimum and maximum setup times, and split "setup" | Guy Harris | 2009-02-02 | 1 | -1/+1 |
* | Calculate average max and min setup time. | Anders Broman | 2009-02-02 | 2 | -20/+65 |
* | Set item generated. | Anders Broman | 2009-02-02 | 1 | -0/+1 |
* | If we can't calculate the UDP checksum (e.g., because the packet is truncated) | Jeff Morriss | 2009-02-02 | 1 | -1/+1 |
* | Add Linux support for determining the interface icon; this depends on a | Guy Harris | 2009-02-02 | 1 | -1/+21 |
* | Clean up some comments. | Guy Harris | 2009-02-02 | 1 | -6/+4 |
* | Don't include ../image/toolbar/network_wireless_16.xpm on platforms | Guy Harris | 2009-02-01 | 1 | -0/+2 |
* | Move declarations of routines in gtk/capture_if_dlg.c into | Guy Harris | 2009-02-01 | 8 | -29/+64 |
* | No such luck with the AF_LINK address on FreeBSD or OpenBSD. | Guy Harris | 2009-02-01 | 1 | -2/+5 |
* | Add (preliminary, and a bit hacky) support for interface-type icons on | Guy Harris | 2009-02-01 | 3 | -26/+70 |
* | Use #if 0, not C99-style comments, to get rid of unused code. | Guy Harris | 2009-02-01 | 1 | -6/+8 |
* | Squelch warnings, for now. | Guy Harris | 2009-02-01 | 1 | -2/+2 |
* | Calculate the avrage setuptime. | Anders Broman | 2009-02-01 | 4 | -1/+163 |
* | [Automatic manuf update for 2009-02-01] | Gerald Combs | 2009-02-01 | 1 | -0/+21 |
* | To avoid adding icons to menu items, leave item_type along, not just | Guy Harris | 2009-02-01 | 1 | -2/+0 |
* | Exclude the new icons from the *NIX build. | Jaap Keuter | 2009-01-31 | 1 | -0/+3 |
* | Get rid of carriage returns, and set the EOL style to "native". | Guy Harris | 2009-01-31 | 5 | -496/+496 |
* | mark unused parameter (under unix) | Ulf Lamping | 2009-01-31 | 1 | -1/+1 |
* | Windows only: for some typical capture interface names (with a "built in" heu... | Ulf Lamping | 2009-01-30 | 9 | -6/+428 |