aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-memcache.c
AgeCommit message (Expand)AuthorFilesLines
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