aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dpnss.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update FSF address - part II.darkjames1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43538 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-97/+95
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40892 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-19Fix some duplicate display filter names.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40590 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-05Fix what I assume is a typo in the introductory comment.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39737 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵wmeier1-3/+3
FT_STRINGZ, FT_UINT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. For all but FT_UINT_STRING, always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39426 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-03Set encoding.etxrab1-30/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39236 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-1/+2
(In many cases I previously incorrectly removed the #include <stdlib.h>). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37334 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-27Added a missing break.stig1-0/+1
Coverity 452. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36364 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-1397/+1428
Whitespace cleanup: trailing, indentation, "4-space tabs" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35850 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <string.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-08Use NULL instead of duplicate text for hf[] blurbs;wmeier1-89/+78
Remove empty proto_reg_handoff; Replace a tab in a string with a space; Use consistent identation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28299 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27028 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-25Minor proto_reg_handoff cleanupwmeier1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26265 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-28Add filters.etxrab1-2/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22709 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-22Added DPNSS_NONE as par3_num and par4_num to "PCON-P"stig1-2/+3
Fixed a signed/unsigned compiler warning git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22595 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-22Put suplementarry service strings and parameters into the tree.etxrab1-7/+654
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22593 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-20Fix the build.jake1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22561 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-20Dissect End-to-End and Link-by-Link messages.etxrab1-15/+208
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22560 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-19Mark pinfo as unused to make buildbot happy again.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22555 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-19Fix copy-paste errors.etxrab1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22554 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-19Disscet CC messages.etxrab1-128/+435
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22553 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-18Fix some gcc warnings so buildbots can proceed.wmeier1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22548 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-17Add a rudimentarry DPNSS dissector - work in progress.etxrab1-0/+470
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22543 f5534014-38df-0310-8fa8-9805f1628bb7