aboutsummaryrefslogtreecommitdiffstats
path: root/tpncp
AgeCommit message (Collapse)AuthorFilesLines
2021-01-01TPNCP: Initial support for "Since" versionOrgad Shaneh1-22/+26
If a field will set "Since", it will only be displayed if the version is equal or greater than Since.
2020-11-30TPNCP: Update tpncp.datOrgad Shaneh1-972/+752
2020-06-08TPNCP: Update tpncp.datOrgad Shaneh1-20/+78
Change-Id: I2bcc14858747414821fe34e4b0769d5ff839a653 Reviewed-on: https://code.wireshark.org/review/37400 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-02-11TPNCP: Support IPv6 without modifying tpncp.datOrgad Shaneh1-52/+146
This reverts tpncp.dat changes in f307dcc1d4b043f7644abc430737ceacf624aafb in order to maintain compatibility with previous versions of the dissector. Also update the real value of address family for IPv6, and reset address family after using it. Change-Id: I87acf85a84a5ad41fea4a5658181badccebefcb8 Reviewed-on: https://code.wireshark.org/review/36074 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-02-08TPNCP: Show IPv6 correctlyOrgad Shaneh1-144/+51
Change-Id: I6c4ee9190f4cfc6d073857999b2bc6859cad591b Reviewed-on: https://code.wireshark.org/review/36044 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-02-08TPNCP: Update tpncp.datOrgad Shaneh1-35/+56
Change-Id: I2b230f1c236dcbca7f4c60ab28a179702ad3f33e Reviewed-on: https://code.wireshark.org/review/36043 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-12-16TPNCP: Update tpncp.datOrgad Shaneh1-1693/+3305
Change-Id: I15d2bca76126607f395647000a042365020950f7 Reviewed-on: https://code.wireshark.org/review/35466 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2009-01-08From Valery SigalovJaap Keuter1-768/+4809
The updated configuration file for TPNCP protocol dissection. svn path=/trunk/; revision=27189
2007-11-14From Valery Sigalov via bug #1853: Fix the following console error whenStephen Fisher1-5/+1
starting Wireshark: Duplicate field detected in call to proto_register_field_array: channel_id is already registered svn path=/trunk/; revision=23448
2007-11-11From Valery Sigalov:Anders Broman1-0/+9164
New dissector for TPNCP protocol. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853 svn path=/trunk/; revision=23428