aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsmp.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-1/+4
2013-11-078-bit counter variable not big enough and causes infinite loop. Bug 9392 (ht...Michael Mann1-2/+2
2013-10-22Cleanup:Bill Meier1-188/+160
2013-10-22From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9244 :Pascal Quantin1-0/+2
2013-10-22Latest WSMP protocol support. Bug 9244 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-59/+150
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-16/+16
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-05-12Delete acm as it is assigned but never used. Fixes Coverity 1072.Chris Maynard1-2/+0
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-08-09Don't guard col_set_str (COL_INFO) 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-8/+8
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...Bill Meier1-38/+19
2008-08-14From Siva Jupudi:Anders Broman1-0/+232