aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-memcache.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-10/+16
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-9/+9
2013-08-29Minor cleanup:Bill Meier1-44/+31
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-21/+4
2013-08-23Batch of filterable expert infos.Michael Mann1-42/+48
2013-07-30Remove useless includePascal Quantin1-1/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-4/+4
2013-03-04From Josef Zila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8408 :Pascal Quantin1-9/+58
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-8/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+2
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-17/+17
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-9/+9
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-46/+45
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-8/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-28Remove trailing blanks; Also: Altho tabs expanded, use tab-width=8 anyway.Bill Meier1-204/+204
2010-04-21Removed second include <epan/packet.h>.Stig Bjørlykke1-4/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+2
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-2/+2
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