aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nsip.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-26From Mike Morrin:etxrab1-23/+106
2010-01-19Fix gcc -Wshadow warningswmeier1-3/+3
2010-01-03Use different abbrev for IPv4 and IPv6 address.stig1-4/+4
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-17/+17
2009-04-07Use some default true_false_string's.wmeier1-9/+4
2008-09-22Minor cleanup related to proto_reg_handoffwmeier1-6/+5
2008-09-08From Neil Piercy:jake1-2/+18
2007-09-27As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports ...morriss1-33/+32
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-22Handle two octet lengths correctly and remove optional decoding of sns_config...etxrab1-20/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-9/+4
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-4/+4
2005-02-08From : Susanne Edlundetxrab1-2/+3
2005-01-13Updates from Susanne Edlund.guy1-127/+1
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticguy1-1/+5
2004-12-01Make the Ericsson internal decode of IP addresses a preference instead of IF ...etxrab1-24/+24
2004-11-30Fix port preference handling.etxrab1-2/+7
2004-11-30New dissector for NSIP from Susanne Edlund, default port2 changed to unalloca...etxrab1-0/+1285