aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-memcache.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-06-11Remove some warnings.Stig Bjørlykke1-4/+2
2009-06-02Fixed the type for key_len in dissect_key().Stig Bjørlykke1-1/+1
2009-05-26Misc dissector cleanup:Bill Meier1-1/+1
2009-05-24Use proto_tree_add_uint64 for 64 bits values.Stig Bjørlykke1-2/+2
2009-05-24From Rama Chitta (bug 3467):Stig Bjørlykke1-56/+1573
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke1-1/+1
2009-03-06From Michael Speck: Fix so compiles with VC6Bill Meier1-1/+1
2009-03-05Prefs callback not req'd ...Bill Meier1-3/+1
2009-03-03Change key_len to guint16.Anders Broman1-1/+1
2009-03-03Added support for Memcache Binary Protocol.Stig Bjørlykke1-0/+674