aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-nmas.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-31/+31
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-8/+8
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss1-29/+28
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-28/+28
2009-05-05The expert_item pointers and expert_status values don't need to beguy1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-6/+6
2008-10-31Fix several cases of writing to COL_PROTOCOL w/o checking firstwmeier1-2/+4
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2006-07-11fix two of iljas bugssahlberg1-1/+3
2006-07-07Fix more bugs found by Ilja van Sprundel.gerald1-22/+22
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-11-23From greg Morris:etxrab1-4/+2
2005-10-19From Greg Morris:gram1-4/+17
2005-01-14From Greg Morris: Improve malformed packet handling.gerald1-3/+3
2004-11-10From Greg Morris:guy1-171/+220
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+734