Generate GSMTAP messages from raw received DIAG frames

This forwards the raw DIAG messages via GSMTAP, so the receiver (e.g.
wireshark) will have to do a full DIAG protocol decode.  I currently
prefer this idea to that of converting only the protocol payload to
"native" GSMTAP messages like GSMTAP_UM.

One of the problems is that the LAPDm headers are alrady stripped, and
we would have to re-add fake LAPDm headers to generate GSMTAP_UM.  So
let's rather forward all information we have and let wireshark deal with
it.

I'm not entirely sure if this is  the best strategy, but we can always
implement both modes and switch between them at runtime.
3 files changed
tree: 0b1ab71ef46ec28d5d6cbde2f4fcc55979064929
  1. doc/
  2. src/
  3. .gitignore
  4. COPYING
  5. HISTORY
  6. README
  7. TODO