aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dpnss.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-05Fix what I assume is a typo in the introductory comment.guy1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-03Set encoding.etxrab1-30/+30
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-1/+2
2011-03-27Added a missing break.stig1-0/+1
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-1397/+1428
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-05-08Use NULL instead of duplicate text for hf[] blurbs;wmeier1-89/+78
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-2/+2
2008-09-25Minor proto_reg_handoff cleanupwmeier1-3/+0
2007-08-28Add filters.etxrab1-2/+36
2007-08-22Added DPNSS_NONE as par3_num and par4_num to "PCON-P"stig1-2/+3
2007-08-22Put suplementarry service strings and parameters into the tree.etxrab1-7/+654
2007-08-20Fix the build.jake1-2/+2
2007-08-20Dissect End-to-End and Link-by-Link messages.etxrab1-15/+208
2007-08-19Mark pinfo as unused to make buildbot happy again.stig1-1/+1
2007-08-19Fix copy-paste errors.etxrab1-3/+4
2007-08-19Disscet CC messages.etxrab1-128/+435
2007-08-18Fix some gcc warnings so buildbots can proceed.wmeier1-4/+4
2007-08-17Add a rudimentarry DPNSS dissector - work in progress.etxrab1-0/+470