Project

General

Profile

Actions

Bug #4869

open

wireshark: Support dissecting LLC frames on top of RLCMAC (E)GPRS data blocks

Added by pespin over 3 years ago. Updated 10 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/26/2020
Due date:
% Done:

0%

Spec Reference:

Description

Since recently wireshark is able to correctly identify rlcmac data payload (llc frames), and identify padding, spare bits, etc.

Next step is to call the LLC dissector to try to dissect the llc frames of:
  • GPRS UL data blocks
  • GPRS DL data blocks
  • EGPRS UL data blocks
  • EGPRS DL data blocks

This will help in quickly finding out if data forwarded from/to RLCMAC has any issue.

I so far have a quick patch which already works for UL and DL GPRS data packets which don't need to be defragmented.
So work needs to be done to support fragmentation, and EGPRS as well.
Supporting fragmentation probably means we also need to identify TBFs by TFI or something similar, to be able to track the fragments.


Files


Related issues

Related to libosmocore - Bug #5367: gsmtap_log not taking into account MTU size and ip fragmentation occurring.Closedpespin12/21/2021

Actions
Actions #1

Updated by pespin over 3 years ago

  • File deleted (0001-WIP-rlcmac-Support-dissecting-LLC-frames-in-rlcmac-d.patch)
Actions #2

Updated by pespin over 3 years ago

New version of the patch also with EGPRS dissect partial support, useful to at least see small GMM messages which usually fit into one rlcmac block.

Actions #3

Updated by pespin 10 months ago

In order to support reassemble of LLC on top of RLC/MAC we probably need some calls to fragment_add_check() wireshark API, similar to what's done in IPv4 reassembling.

See "Reassemble" option tick in wireshark in IPv4 dissector Preferences, which relates to ip_defragment global variable.

Actions #4

Updated by pespin 10 months ago

  • Related to Bug #5367: gsmtap_log not taking into account MTU size and ip fragmentation occurring. added
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)