| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST... | Bill Meier | 2011-10-15 | 1 | -6/+6 |
* | Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a... | Bill Meier | 2011-10-10 | 1 | -11/+11 |
* | Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au... | Bill Meier | 2011-10-06 | 1 | -62/+62 |
* | Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen... | Bill Meier | 2011-10-04 | 1 | -25/+25 |
* | Don't create a subtree that is not used. | Jeff Morriss | 2011-04-22 | 1 | -4/+2 |
* | Cast to guint to avoid a Windows compiler warning. | Chris Maynard | 2011-03-28 | 1 | -1/+1 |
* | Fix for bug #4334 "VNC Hextile encoding is incomplete" from Yaniv Kaul. | Stephen Fisher | 2011-03-28 | 1 | -82/+103 |
* | Fix coverity 268, 269, 546, 547, 548, 549 by checking for null return | Stephen Fisher | 2011-03-25 | 1 | -6/+15 |
* | From Yaniv Kaul: | Jaap Keuter | 2011-02-21 | 1 | -3/+82 |
* | Rename the routines that handle dissector tables with unsigned integer | Guy Harris | 2010-12-20 | 1 | -6/+6 |
* | Verify the number of rectangles, sub-rectangles, the number of bytes of cut | Jeff Morriss | 2010-11-19 | 1 | -75/+103 |
* | From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5366 : | Jeff Morriss | 2010-11-19 | 1 | -51/+109 |
* | Replace blurbs that match the name (case insensitive) with NULL. | Jeff Morriss | 2010-09-23 | 1 | -1/+1 |
* | As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075.... | Jeff Morriss | 2010-05-13 | 1 | -109/+100 |
* | From Yaniv Kaul: minor changes + smallest additions | Bill Meier | 2010-02-13 | 1 | -200/+282 |
* | Remove unneeded #includes. | Bill Meier | 2010-01-08 | 1 | -4/+0 |
* | From Yaniv Kaul: VNC dissector cleanups and minor changes. | Bill Meier | 2010-01-07 | 1 | -96/+110 |
* | Fix a number of copy & paste errors introduced over various checkins and | Stephen Fisher | 2009-12-15 | 1 | -8/+8 |
* | From Yaniv Kaul: | Jaap Keuter | 2009-12-15 | 1 | -8/+16 |
* | From Yaniv Kaul: | Jaap Keuter | 2009-12-12 | 1 | -22/+45 |
* | Remove the address operator from value_string arrays fed to VALS() | Gerasimos Dimitriadis | 2009-11-17 | 1 | -8/+8 |
* | * Prefer col_append_str instead of col_append_fstr for constant strings | Kovarththanan Rajaratnam | 2009-09-24 | 1 | -2/+1 |
* | Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -4/+1 |
* | Don't guard col_clear with col_check | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -2/+1 |
* | Don't guard col_set_str (COL_INFO) with col_check | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -60/+22 |
* | Don't guard col_set_str (COL_PROTOCOL) with col_check | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -2/+1 |
* | From Kovarththanan Rajaratnam via bug 3548: | Stig Bjørlykke | 2009-06-18 | 1 | -3/+3 |
* | Change my e-mail address | Stephen Fisher | 2009-05-31 | 1 | -1/+1 |
* | Remove unnecessary tree checks pointed out by Stig. | Gerald Combs | 2009-05-18 | 1 | -16/+9 |
* | Clean up indentation. | Guy Harris | 2009-05-18 | 1 | -133/+133 |
* | From Yaniv Kaul via bug 3215: | Gerald Combs | 2009-05-18 | 1 | -29/+84 |
* | Apply some of the patches from: | Anders Broman | 2009-05-13 | 1 | -2/+1 |
* | FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...). | Bill Meier | 2009-05-08 | 1 | -1/+1 |
* | Fix various typos and spelling errors (mostly in text strings) | Bill Meier | 2008-12-20 | 1 | -1/+1 |
* | Trivial warning fixes | Jörg Mayer | 2008-12-02 | 1 | -1/+1 |
* | Fix copy & paste typo | Stephen Fisher | 2008-11-30 | 1 | -1/+1 |
* | From Federico Mena Quintero (bug 3070): | Stig Bjørlykke | 2008-11-23 | 1 | -106/+762 |
* | Fix for bug 2875: | Jaap Keuter | 2008-09-15 | 1 | -1/+6 |
* | Cleanup related to prefs & proto_reg_handoff | Bill Meier | 2008-09-03 | 1 | -33/+31 |
* | Remove: | Anders Broman | 2008-04-09 | 1 | -3/+0 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -3/+7 |
* | use strcasecmp instead of g_ascii_strcasecmp | Ronnie Sahlberg | 2007-11-06 | 1 | -3/+3 |
* | Add partial support for TightVNC packet dissection (work in progress). | Stephen Fisher | 2007-11-03 | 1 | -7/+195 |
* | Minor correction to protocol behavior handling when security type "none" is | Stephen Fisher | 2007-10-30 | 1 | -4/+6 |
* | Fix for issue #1 in bug #1947 by doing a major overhaul of how the first | Stephen Fisher | 2007-10-30 | 1 | -311/+294 |
* | fix some more warnings (type casts) | Ulf Lamping | 2007-03-23 | 1 | -1/+1 |
* | GCC warning fixes | Jörg Mayer | 2007-03-09 | 1 | -3/+6 |
* | Major overhaul of VNC dissector: split everything into its own function and | Stephen Fisher | 2007-02-21 | 1 | -375/+1399 |
* | Escape non-ASCII characters in the client and server protocol version strings. | Gerald Combs | 2006-10-31 | 1 | -61/+61 |
* | From Stephen Fisher: | Anders Broman | 2006-10-03 | 1 | -0/+6 |