Make wireshark happy.

Removing the P Bit from the fake LAPD frame will make wireshark
run the data through the GSM RSL dissector with the right SAPI
and LAPD preference setting.
This commit is contained in:
Holger Freyther 2009-01-03 05:49:22 +00:00
parent 460af8b794
commit 52aab5445d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static void write_pcap_packet(int direction, struct sockaddr_mISDN* addr,
.sapi = addr->sapi & 0x3F,
.ea2 = 1,
.tei = addr->tei & 0x7F,
.control_foo = 0x13 /* UI with P set */,
.control_foo = 0x03 /* UI */,
};
struct pcaprec_hdr payload_header = {