aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dpnss.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-05-08Use NULL instead of duplicate text for hf[] blurbs;Bill Meier1-89/+78
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-2/+2
2008-09-25Minor proto_reg_handoff cleanupBill Meier1-3/+0
2007-08-28Add filters.Anders Broman1-2/+36
2007-08-22Added DPNSS_NONE as par3_num and par4_num to "PCON-P"Stig Bjørlykke1-2/+3
2007-08-22Put suplementarry service strings and parameters into the tree.Anders Broman1-7/+654
2007-08-20Fix the build.Jaap Keuter1-2/+2
2007-08-20Dissect End-to-End and Link-by-Link messages.Anders Broman1-15/+208
2007-08-19Mark pinfo as unused to make buildbot happy again.Stig Bjørlykke1-1/+1
2007-08-19Fix copy-paste errors.Anders Broman1-3/+4
2007-08-19Disscet CC messages.Anders Broman1-128/+435
2007-08-18Fix some gcc warnings so buildbots can proceed.Bill Meier1-4/+4
2007-08-17Add a rudimentarry DPNSS dissector - work in progress.Anders Broman1-0/+470