aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nsip.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-17/+17
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-07Use some default true_false_string's.wmeier1-9/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27983 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-22Minor cleanup related to proto_reg_handoffwmeier1-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26246 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-08From Neil Piercy:jake1-2/+18
The IP Address IE did not decode correctly - the address fetch did not skip the Address Type field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26164 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-27As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports ↵morriss1-33/+32
to be dissected as NSIP, allow a range. Obsolete the old preferences. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22998 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-22Handle two octet lengths correctly and remove optional decoding of ↵etxrab1-20/+2
sns_config, as I read the standard there is no difference. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17696 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-9/+4
and that extract IPv6 addresses into a "struct e_in6_addr", with tvb_get_ipv4() and tvb_get_ipv6() calls - except for some that we remove, by using proto_tree_add_item(), rather than replacing. Have epan/tvbuff.h include epan/ipv6-utils.h, to define "struct e_in6_addr" (not necessary to declare the tvbuff routines, but including it there means "struct e_in6_addr" is guaranteed to be defined before those declarations, so we don't get compiler complaints if we define it *after* those declarations). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15758 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-4/+4
making pointers to byte data be "guint8 *" rather than "char *", and making buffers holding byte data arrays of "guint8" rather than arrays of "char"; making pointers to text strings "char *" rather than "guchar *"; appropriately casting pointers (cast to "guint8 *" when passing to routines expecting "guint8 *" or when assigning to "guint8 *"); making port-number preferences "guint"; making enum preferences "gint"; making hf_ variables "int". Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14884 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-08From : Susanne Edlundetxrab1-2/+3
patch for NSIP to fix a bug in packet SNS_DELETE. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13350 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-13Updates from Susanne Edlund.guy1-127/+1
Remove bogus boilerplate from introductory comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13018 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticguy1-1/+5
structures with non-constant values). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12861 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-01Make the Ericsson internal decode of IP addresses a preference instead of IF ↵etxrab1-24/+24
DEFS, default off. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12648 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-30Fix port preference handling.etxrab1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12628 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-30New dissector for NSIP from Susanne Edlund, default port2 changed to ↵etxrab1-0/+1285
unallocated port 19999 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12626 f5534014-38df-0310-8fa8-9805f1628bb7