aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cell_broadcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cell_broadcast.h')
-rw-r--r--epan/dissectors/packet-cell_broadcast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-cell_broadcast.h b/epan/dissectors/packet-cell_broadcast.h
index ad9547c296..516384b851 100644
--- a/epan/dissectors/packet-cell_broadcast.h
+++ b/epan/dissectors/packet-cell_broadcast.h
@@ -29,7 +29,7 @@
/**
* Dissects the GSM/UMTS/SABP Message Identifier
- *
+ *
* @param tvb the tv buffer of the current data
* @param tree the tree to append this item to
* @param offset the offset in the tvb
@@ -39,7 +39,7 @@ void dissect_cbs_message_identifier(tvbuff_t *tvb, proto_tree *tree, guint16 off
/**
* Decodes the GSM/UMTS/SABP message Serial Number
- *
+ *
* @param tvb the tv buffer of the current data
* @param tree the tree to append this item to
* @param offset the offset in the tvb
@@ -49,7 +49,7 @@ void dissect_cbs_serial_number(tvbuff_t *tvb, proto_tree *tree, guint16 offset);
/**
* Dissects UMTS/SABP Cell Broadcast Message
- *
+ *
* @param tvb the tv buffer of the current data
* @param pinfo the packet info of the current data
* @param tree the tree to append this item to