ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8984] Data record not decoded in GTP prime messsage "Data

Date: Mon, 29 Jul 2013 11:58:17 +0000

Comment # 6 on bug 8984 from
You need to encode
10.. .... = Class: CONTEXT (2)
..1. .... = P/C: Constructed Encoding
Followed by the tag 79 for PGWRecord
Which I beleve works out to
BF 4F followed by the length followed by the PGWRecord

Compileing packet-ber.c with
/*#define DEBUG_BER 1*/
uncommented gives you debug info.

The enclosed message manufactured with tex2pcap should give you an idea,
the lenght is wrong as I was to lazy to work out the correct length..

Regards
Anders


You are receiving this mail because:
  • You are watching all bug changes.