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