aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wow.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-22/+22
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()krj1-4/+2
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()krj1-29/+25
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-05-31Change my e-mail addresssfisher1-1/+1
2009-02-25Prefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.wmeier1-31/+22
2009-02-23The beginnings of a World of Warcraft (WoW) protocol dissector.sfisher1-0/+668