[Wireshark-bugs] [Bug 15693] Wireshak is not able to decode multiple RFC 6407 payloads(i.e. SA kEK, SAT, key download etc.)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15693

Alexis La Goutte  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
Summary|Wireshark is not able to|Wireshak is not able to
   |decode multiple RFC 6407|decode multiple RFC 6407
   |payloads(i.e. SA kEK, SAT,  |payloads(i.e. SA kEK, SAT,
   |key download etc.)  |key download etc.)

--- Comment #4 from Alexis La Goutte  ---
Uli, you can work on this ?

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15693] Wireshark is not able to decode multiple RFC 6407 payloads(i.e. SA kEK, SAT, key download etc.)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15693

Alexis La Goutte  changed:

   What|Removed |Added

Summary|Wireshak is not able to |Wireshark is not able to
   |decode multiple RFC 6407|decode multiple RFC 6407
   |payloads(i.e. SA kEK, SAT,  |payloads(i.e. SA kEK, SAT,
   |key download etc.)  |key download etc.)
 CC||alexis.lagou...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15693] Wireshak is not able to decode multiple RFC 6407 payloads(i.e. SA kEK, SAT, key download etc.)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15693

--- Comment #3 from gandharav  ---
(In reply to Uli Heilmeier from comment #1)
> Can you share a sample capture showing this issue? Would help to get this
> solved.
attachment added

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15693] Wireshak is not able to decode multiple RFC 6407 payloads(i.e. SA kEK, SAT, key download etc.)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15693

--- Comment #2 from gandharav  ---
Created attachment 17065
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17065&action=edit
Pcap containing the ISAKMP packets on port 848

Please use decode as to decode packets to ISAKMP protocol as 848 port is used
instead of standard 500 to transmit packets. 
After that have a look at the 2nd quick mode packet.

TO decrepit the encrypted data Use below IKEV1 initiator cookie and encryption
key: 
Initiator cookies=e6bf72f165d03ce1n
Encryption key (24 bytes): 0b0ec5ace128bbd8742866015dfbb4081ddcea8519dce5f6

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15610] EtherNet/IP (CIP) dissector does not decode properly GetAttributeAll response for Ethernet Link Obj

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15610

--- Comment #4 from Dylan  ---
I added support for all attributes in the capture. There are more attributes
that are possible (optional), but I normally don't like to add parsing unless I
can double check against a real capture (and not just the ODVA spec).

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15610] EtherNet/IP (CIP) dissector does not decode properly GetAttributeAll response for Ethernet Link Obj

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15610

--- Comment #3 from Gerrit Code Review  ---
Change 32882 had a related patch set uploaded by Dylan Ulis:
ENIP: Add more Ethernet Link attributes

https://code.wireshark.org/review/32882

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 3303] Fragmented TLS records result in missing Certificate handshake messages and "Encrypted Handshake Message"

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3303

--- Comment #40 from Peter Wu  ---
Created attachment 17064
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17064&action=edit
Pcap generator for fragmented handshake records

I ended up using Scapy and a fixed handshake message (not even using the Scapy
message types for TLS). Handshake messages are coalesced and fragmented over
multiple TLS records and TCP segments. Before the patch there are several
Malformed Packet exceptions and the test fails. After the patch the certificate
is correctly displayed.

In the Info column, I do not show an indication for fragmented messages though.
See for example attachment 2962, both frames 22 and 27 have "Certificate" in
their Info column. Should I change the first one to something like
"[Certificate fragment]"?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15537] TLS 1.3 Decryption fails with Certificate Handshake message spanning multiple frames

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15537

Peter Wu  changed:

   What|Removed |Added

 Status|CONFIRMED   |IN_PROGRESS

--- Comment #7 from Peter Wu  ---
With the above patch (v2) and the "Reassemble out-of-order segments" preference
enabled, the capture can successfully be decrypted.

 [1]:
https://www.wireshark.org/docs/wsug_html_chunked/ChAdvReassemblySection.html#ChAdvReassemblyTcp

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 3303] Fragmented TLS records result in missing Certificate handshake messages and "Encrypted Handshake Message"

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3303

--- Comment #39 from Peter Wu  ---
(In reply to Hubert Kario from comment #38)
> I do not know how wireshark handles captures internally, but shouldn't the
> TCP reassembly happen first, and only the output of that should be fed into
> the TLS de-fragmenter?

Yes, but that only works if all segments are available which might not be the
case if you are looking at raw 802.11 captures ("wireless monitor mode"), or if
you start a capture in midst of a stream. The data is simply not available, but
an analyst could still interpret it manually, but so can Wireshark.

The wireless with missing data case is the only reason why proper reassembly of
out-of-order packets is not enabled by default. If you are mostly working on
the application layer, then I recommend enabling this option:
https://www.wireshark.org/docs/wsug_html_chunked/ChAdvReassemblySection.html#ChAdvReassemblyTcp

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15705] New: Graphing problem with receive window

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15705

Bug ID: 15705
   Summary: Graphing problem with receive window
   Product: Wireshark
   Version: 3.0.0
  Hardware: x86
OS: Windows 10
Status: UNCONFIRMED
  Severity: Normal
  Priority: Low
 Component: Capture file support (libwiretap)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: gerry.car...@gmail.com
  Target Milestone: ---

Created attachment 17063
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17063&action=edit
Graph examples of RWIN 3.0.0 to version 1.12.13

Build Information:
Version 3.0.0 (v3.0.0-0-g937e33de) 
Copyright 1998-2019 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later
 This is free software;
see the source for copying conditions. There is NO warranty; not even for
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
Compiled (64-bit) with Qt 5.12.1, with WinPcap SDK (WpdPack) 4.1.2, with GLib
2.52.2, with zlib 1.2.11, with SMI 0.4.8, with c-ares 1.14.0, with Lua 5.2.4,
with GnuTLS 3.6.3 and PKCS #11 support, with Gcrypt 1.8.3, with MIT Kerberos,
with MaxMind DB resolver, with nghttp2 1.14.0, with LZ4, with Snappy, with
libxml2 2.9.9, with QtMultimedia, with AirPcap, with SBC, with SpanDSP, with
bcg729. 
Running on 64-bit Windows 10 (1803), build 17134, with AMD A6-6310 APU with AMD
Radeon R4 Graphics (with SSE4.2), with 5081 MB of physical memory, with locale
English_United States.1252, with WinPcap version 4.1.3 (packet.dll version
4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b (20091008), with
GnuTLS 3.6.3, with Gcrypt 1.8.3, without AirPcap, binary plugins supported (14
loaded). Built using Microsoft Visual Studio 2017 (VC++ 14.12, build 25835). 
Wireshark is Open Source Software released under the GNU General Public
License. 
Check the man page and http://www.wireshark.org for more information. 
--
Wireshark 3.0.0 does not graph "receive window" accurately (see attached file).
This also seems to apply to all versions since 2.0.0.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

--- Comment #10 from Somaraju  ---
Created attachment 17062
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17062&action=edit
Latest PCAP

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

--- Comment #9 from Somaraju  ---
On the latest development version (3.1.0), I see following issues in the
attached PCAP.

1)QoS Rule:2, Packet filter:3, Packet filter component value is not decoded.
The type (single local port type) is decoded properly though. However, the port
value 1001 is not decoded.

2)After decoding packet filter:5, the very next octet to be ideally decoded as
"QoS rule precedence". However, it's being decoded as "QoS flow identifier".

3)The next octet gets decoded as "QoS Rule:3". However, there are only 2 QoS
rules here.

Can you please check ? Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

Guy Harris  changed:

   What|Removed |Added

  Component|Documentation   |Dissection engine
   ||(libwireshark)

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15702] Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15702

Guy Harris  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Guy Harris  ---


*** This bug has been marked as a duplicate of bug 15703 ***

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

--- Comment #6 from Guy Harris  ---
*** Bug 15702 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

Guy Harris  changed:

   What|Removed |Added

Summary|Sample capture files for|Enhance ETSI ITS support
   |BugId 15702 about support   |(latest ETSI TS 103 301 and
   |of latest ETSI TS 103 301   |ETSI TS 103 097)
   |and ETSI TS 103 097)|

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15704] Python asn2wrs script exeption with Python 2.7.15rc1

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15704

--- Comment #2 from Gerrit Code Review  ---
Change 32879 merged by Anders Broman:
IEEE1609dot2: Update to the latest ASN1 files.

https://code.wireshark.org/review/32879

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

--- Comment #5 from Gerrit Code Review  ---
Change 32879 merged by Anders Broman:
IEEE1609dot2: Update to the latest ASN1 files.

https://code.wireshark.org/review/32879

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 14612] Selecting multiple packets, and copying packet summaries with a keyboard shortcut, should be supported

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14612

Hayder sabeeh  changed:

   What|Removed |Added

 CC||haider_sabee...@yahoo.com

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

--- Comment #4 from Anders Broman  ---
The two files now dissects OK as far as I can tell.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

--- Comment #3 from Anders Broman  ---
Created attachment 17061
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17061&action=edit
etsi-its-cam-unsecured

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

--- Comment #2 from Anders Broman  ---
Created attachment 17060
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17060&action=edit
etsi-its-cam-secured

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15704] Python asn2wrs script exeption with Python 2.7.15rc1

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15704

--- Comment #1 from Gerrit Code Review  ---
Change 32879 had a related patch set uploaded by Anders Broman:
IEEE1609dot2: Update to the latest ASN1 files.

https://code.wireshark.org/review/32879

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

--- Comment #1 from Gerrit Code Review  ---
Change 32879 had a related patch set uploaded by Anders Broman:
IEEE1609dot2: Update to the latest ASN1 files.

https://code.wireshark.org/review/32879

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15704] Python asn2wrs script exeption with Python 2.7.15rc1

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15704

Yann Garcia  changed:

   What|Removed |Added

 CC||yann.gar...@fscom.fr

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15704] New: Python asn2wrs script exeption with Python 2.7.15rc1

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15704

Bug ID: 15704
   Summary: Python asn2wrs script exeption with Python 2.7.15rc1
   Product: Wireshark
   Version: 3.0.1
  Hardware: x86-64
OS: Ubuntu
Status: UNCONFIRMED
  Severity: Blocker
  Priority: Low
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: yann.gar...@fscom.fr
  Target Milestone: ---

Created attachment 17059
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17059&action=edit
Full content of my /epan/dissectors/asn1/ieee1609dot2/ folder

Build Information:
asn2wrs script failure on Wireshark release 3.0.1, Python 2.7.15rc1 on Ubuntu
--
Hello,

This is about exception while running Python asn2wrs script to generate
dissector for ASN.1 files.
I tried to debug it, but I failed :(
Note that ASN.1 files contain parmaterized types.


The exception is:
vagrant@ubuntu1804:~/frameworks/wireshark-gerrit-20190419-dev/epan/dissectors/asn1/ieee1609dot2$
./asn2wrs.sh
ASN.1 to Wireshark dissector compiler
:0: UserWarning: Decoding ./EtsiTs102941TypesAuthorization.asn as utf-8 failed,
trying next.
:0: UserWarning: Decoding ./EtsiTs102941TypesAuthorizationValidation.asn as
utf-8 failed, trying next.
Traceback (most recent call last):
  File "../../../../tools/asn2wrs.py", line 8091, in 
eth_main()
  File "../../../../tools/asn2wrs.py", line 8028, in eth_main
eth_do_module(module, ectx)
  File "../../../../tools/asn2wrs.py", line 7886, in eth_do_module
ast.to_eth(ectx)
  File "../../../../tools/asn2wrs.py", line 3677, in to_eth
self.body.to_eth(ectx)
  File "../../../../tools/asn2wrs.py", line 3706, in to_eth
a.eth_reg('', ectx)
  File "../../../../tools/asn2wrs.py", line 3265, in eth_reg
if self.type == 'Type_Ref' and not self.tr_need_own_fn(ectx):
  File "../../../../tools/asn2wrs.py", line 3769, in tr_need_own_fn
return (ectx.Per() or ectx.Oer()) and self.HasSizeConstraint()
  File "../../../../tools/asn2wrs.py", line 3156, in HasSizeConstraint
return self.HasConstraint() and self.constr.IsSize()
  File "../../../../tools/asn2wrs.py", line 3501, in IsSize
or (self.type == 'Intersection' and (self.subtype[0].IsSize() or
self.subtype[1].IsSize())) \
AttributeError: 'NoneType' object has no attribute 'IsSize'

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15701] Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15701

--- Comment #1 from Yann Garcia  ---
Please refer to 15702 (wrong manip, sorry)

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

Yann Garcia  changed:

   What|Removed |Added

 CC||yann.gar...@fscom.fr

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15702] Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15702

Yann Garcia  changed:

   What|Removed |Added

 CC||yann.gar...@fscom.fr

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15703] New: Sample capture files for BugId 15702 about support of latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15703

Bug ID: 15703
   Summary: Sample capture files for BugId 15702 about support of
latest ETSI TS 103 301 and ETSI TS 103 097)
   Product: Wireshark
   Version: 3.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Documentation
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: yann.gar...@fscom.fr
  Target Milestone: ---

Created attachment 17058
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17058&action=edit
Proposed pcapng files

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Two pcapng files proposed:
etsi-its-cam-secured.pcapng: CAMv1 messages in secured mode (ECDSA Nist P256)
etsi-its-cam-unsecured.pcapng: CAMv1 messages not secured

My contact:
Yann Garcia
Senior Software Engineer
Microsoft MCAD.net Certified
**
FSCOM SARL
Le Montespan B2
6,  Avenue des Alpes 
F-06600 Antibes, FRANCE

Tel: +33 (0)4 92 94 49 08
Mobile: +33 (0)6 68 94 57 76
Email: yann.gar...@fscom.fr
Skype: yann.garcia

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15702] New: Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15702

Bug ID: 15702
   Summary: Enhance ETSI ITS support (latest ETSI TS 103 301 and
ETSI TS 103 097)
   Product: Wireshark
   Version: 3.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: yann.gar...@fscom.fr
  Target Milestone: ---

Build Information:
Validated on Linux & MacOs X
--
Hello,

Purpose of this bug report
Add support of latest version of ETSI TS 103 301 and ETSI TS 103 097 after
ITS-CMS6 Plugtest event in February 2019

My contact:
Yann Garcia
Senior Software Engineer
Microsoft MCAD.net Certified
**
FSCOM SARL
Le Montespan B2
6,  Avenue des Alpes 
F-06600 Antibes, FRANCE

Tel: +33 (0)4 92 94 49 08
Mobile: +33 (0)6 68 94 57 76
Email: yann.gar...@fscom.fr
Skype: yann.garcia

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15701] New: Enhance ETSI ITS support (latest ETSI TS 103 301 and ETSI TS 103 097)

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15701

Bug ID: 15701
   Summary: Enhance ETSI ITS support (latest ETSI TS 103 301 and
ETSI TS 103 097)
   Product: Wireshark
   Version: 3.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: yann.gar...@fscom.fr
  Target Milestone: ---

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

--- Comment #8 from Anders Broman  ---
(In reply to Somaraju from comment #7)
> 1) Can you please share the link to download "development image" for MAC ?
> 2) Also, may I know if NGAP protocol decoders also available on this
> development image ?
> 
> Thank you.

https://www.wireshark.org/download/automated/osx/

Yes it has an NGAP dissector but NGAP messages enclosed in HTTP2 is NOT handled
as it would require extraction of json data from previous layer and I don't
know how to do that.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

--- Comment #7 from Somaraju  ---
1) Can you please share the link to download "development image" for MAC ?
2) Also, may I know if NGAP protocol decoders also available on this
development image ?

Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15700] Wireshark fail to decode Diameter AVP code 3175

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15700

Anders Broman  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15700] Wireshark fail to decode Diameter AVP code 3175

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15700

--- Comment #2 from Gerrit Code Review  ---
Change 32875 merged by Anders Broman:
Diameter: Update AVPs from TS 29.336 v15.6.0

https://code.wireshark.org/review/32875

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

Anders Broman  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|INCOMPLETE  |RESOLVED

--- Comment #6 from Anders Broman  ---
Use the development version as this dissector eveloves quickly with the
standard. It's to many changes to backport.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

--- Comment #5 from Anders Broman  ---
Sorry, figured it out. "Decode as HTTP2" It works in the development version.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 15697] nas-5gs, decoding “Authorised QoS rules” has issue

2019-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15697

--- Comment #4 from Anders Broman  ---
What you are refering to seems not to exist in the enclosed file which only has
4 TCP packets?

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe