aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nsip.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-13Do one or more of the following:Bill Meier1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-05remove some more if (tree) checksMartin Kaiser1-29/+23
2013-10-05add editor modelinesMartin Kaiser1-0/+13
2013-10-05remove some unnecessary if (tree) checksMartin Kaiser1-21/+13
2013-10-05From Jacob ErlbeckMartin Kaiser1-8/+18
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-23/+12
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+2
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-14/+2
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-30/+18
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-4/+12
2012-12-20Revert r46595Pascal Quantin1-75/+0
2012-12-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin1-0/+75
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-8/+8
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19Use ENC_... instead of locally defined NSIP_LITTLE_ENDIAN for proto_tree_add_...Bill Meier1-6/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-4/+3
2011-03-06Prepare to remove old bssgp code by changing exports.Anders Broman1-4/+2
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-237/+235
2011-01-21Adress => Address corrections (also in comments).Sake Blok1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-26From Mike Morrin:Anders Broman1-23/+106
2010-01-19Fix gcc -Wshadow warningsBill Meier1-3/+3
2010-01-03Use different abbrev for IPv4 and IPv6 address.Stig Bjørlykke1-4/+4
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()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-17/+17
2009-04-07Use some default true_false_string's.Bill Meier1-9/+4
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier1-6/+5
2008-09-08From Neil Piercy:Jaap Keuter1-2/+18
2007-09-27As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports ...Jeff Morriss1-33/+32
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-22Handle two octet lengths correctly and remove optional decoding of sns_config...Anders Broman1-20/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-9/+4
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-4/+4
2005-02-08From : Susanne EdlundAnders Broman1-2/+3
2005-01-13Updates from Susanne Edlund.Guy Harris1-127/+1
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticGuy Harris1-1/+5
2004-12-01Make the Ericsson internal decode of IP addresses a preference instead of IF ...Anders Broman1-24/+24
2004-11-30Fix port preference handling.Anders Broman1-2/+7