aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wow.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-22/+22
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam1-4/+2
2009-09-20Use tvb_get_ephemeral_string() instead of tvb_get_string()Kovarththanan Rajaratnam1-29/+25
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
2009-02-25Prefs callback not req'd; hf[]: Use NULL (not "") for empty blurb.Bill Meier1-31/+22
2009-02-23The beginnings of a World of Warcraft (WoW) protocol dissector.Stephen Fisher1-0/+668