aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-03 05:49:22 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-03 05:49:22 +0000
commit52aab5445df8a04155663057f211733ff0495491 (patch)
tree6612edbc99e05098228024001809ba41787f4e4a /src
parent460af8b7948c8c231a239a8732bac798020cd914 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misdn.c b/src/misdn.c
index 920349ea9..17d26698c 100644
--- a/src/misdn.c
+++ b/src/misdn.c
@@ -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 = {