aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dpnss.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08dpnss: use ws_strtou function.Dario Lombardo1-2/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-20Replace tvb_length...() calls.AndersBroman1-4/+4
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-59/+57
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-12/+25
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-13/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-19/+19
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-19/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier1-97/+95
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+6
2012-01-19Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-11-05Fix what I assume is a typo in the introductory comment.Guy Harris1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-03Set encoding.Anders Broman1-30/+30
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-1/+2
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-1397/+1428
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