aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nsip.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-30New dissector for NSIP from Susanne Edlund, default port2 changed to unalloca...Anders Broman1-0/+1285