aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-memcache.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-17/+17
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig1-9/+9
2011-07-19Use correct encoding for proto_tree_add_item().stig1-46/+45
2011-04-18Removed some unneeded assignments.stig1-8/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-28Remove trailing blanks; Also: Altho tabs expanded, use tab-width=8 anyway.wmeier1-204/+204
2010-04-21Removed second include <epan/packet.h>.stig1-4/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+2
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;wmeier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-06-11Remove some warnings.stig1-4/+2
2009-06-02Fixed the type for key_len in dissect_key().stig1-1/+1
2009-05-26Misc dissector cleanup:wmeier1-1/+1
2009-05-24Use proto_tree_add_uint64 for 64 bits values.stig1-2/+2
2009-05-24From Rama Chitta (bug 3467):stig1-56/+1573
2009-03-15Adjusted my name to use only ASCII characters.stig1-1/+1
2009-03-06From Michael Speck: Fix so compiles with VC6wmeier1-1/+1
2009-03-05Prefs callback not req'd ...wmeier1-3/+1
2009-03-03Change key_len to guint16.etxrab1-1/+1
2009-03-03Added support for Memcache Binary Protocol.stig1-0/+674