aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-nmas.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02nmas (ncp): fix conflicting entry in its value_stringAlexis La Goutte1-5/+5
2015-05-01Add tshark -z "ncp,srt"Michael Mann1-11/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-13/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-12-13Do one or more of the following:Bill Meier1-3/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-3/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-09-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-17/+17
2013-08-20Whitespace changes. Add modelines.Chris Maynard1-183/+159
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-18/+11
2013-05-27Batch of filterable expert infosMichael Mann1-3/+15
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+9
2012-09-27Added additional server information in NCP 23/17 reply structure for OES Linux.Greg Morris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-31/+31
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-29/+28
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-28/+28
2009-05-05The expert_item pointers and expert_status values don't need to beGuy Harris1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-6/+6
2008-10-31Fix several cases of writing to COL_PROTOCOL w/o checking firstBill Meier1-2/+4
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2006-07-11fix two of iljas bugsRonnie Sahlberg1-1/+3
2006-07-07Fix more bugs found by Ilja van Sprundel.Gerald Combs1-22/+22
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-11-23From greg Morris:Anders Broman1-4/+2
2005-10-19From Greg Morris:Gilbert Ramirez1-4/+17
2005-01-14From Greg Morris: Improve malformed packet handling.Gerald Combs1-3/+3
2004-11-10From Greg Morris:Guy Harris1-171/+220
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+734