aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbm.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-09-19 21:49:55 -0400
committerAnders Broman <a.broman58@gmail.com>2017-09-20 04:48:40 +0000
commitb5759cafae8f1cf852f39fe68accd126d40955cb (patch)
tree11423d30a43a5b10d31c61866817ae48567079f0 /epan/dissectors/packet-lbm.h
parent8db4ddd40c6858109369156f6ae7b14c40c3b8df (diff)
Integrate LBM UIM Flow dialog into "regular" Flow diagram.
Reduce all of the code duplication and just register the sequence analysis functionality in LBM dissector. Change-Id: I6cb5a7f0a92b04357334bbae301fa2d730a21994 Reviewed-on: https://code.wireshark.org/review/23630 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lbm.h')
-rw-r--r--epan/dissectors/packet-lbm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-lbm.h b/epan/dissectors/packet-lbm.h
index 0b9deb901e..1d99ae05d8 100644
--- a/epan/dissectors/packet-lbm.h
+++ b/epan/dissectors/packet-lbm.h
@@ -220,15 +220,6 @@ typedef struct
typedef struct
{
guint64 channel;
- guint32 sqn;
- lbm_uim_stream_endpoint_t endpoint_a;
- lbm_uim_stream_endpoint_t endpoint_b;
- const gchar * description;
-} lbm_uim_stream_info_t;
-
-typedef struct
-{
- guint64 channel;
guint32 substream_id;
guint32 bytes;
lbm_uim_stream_endpoint_t endpoint_a;