SHA256
1
0
forked from pool/wireshark
wireshark/wireshark-0.99.5-dissectors.patch

91 lines
2.4 KiB
Diff
Raw Normal View History

--- asn1/ansi_map/packet-ansi_map-template.c
+++ asn1/ansi_map/packet-ansi_map-template.c
@@ -416,7 +416,6 @@
update_saved_invokedata(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb){
struct amsi_map_invokedata_t *ansi_map_saved_invokedata;
struct tcap_private_t *p_private_tcap;
- guint32 framenum = (guint32)pinfo->fd->num;
address* src = &(pinfo->src);
address* dst = &(pinfo->dst);
guint8 *src_str;
@@ -841,7 +840,7 @@
* 6.5.2.2 ActionCode
* Table 114 ActionCode value
*
-/* 6.5.2.2 ActionCode(TIA/EIA-41.5-D, page 5-129) */
+ * 6.5.2.2 ActionCode(TIA/EIA-41.5-D, page 5-129) */
static const value_string ansi_map_ActionCode_vals[] = {
{ 0, "Not used"},
@@ -2423,6 +2422,8 @@
"Force Indirect",
"No effect"
};
+
+static void
dissect_ansi_map_sms_originationrestrictions(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree){
int offset = 0;
@@ -3162,7 +3163,6 @@
static void
dissect_ansi_map_callingpartyname(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree){
- int offset = 0;
proto_item *item;
proto_tree *subtree;
@@ -3390,7 +3390,7 @@
{ 0, NULL }
};
-/* 6.5.2.fw ControlType N.S0023-0 v 1.0 *
+/* 6.5.2.fw ControlType N.S0023-0 v 1.0 */
--- epan/dissectors/packet-ansi_map.c
+++ epan/dissectors/packet-ansi_map.c
@@ -1145,7 +1145,6 @@
update_saved_invokedata(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb){
struct amsi_map_invokedata_t *ansi_map_saved_invokedata;
struct tcap_private_t *p_private_tcap;
- guint32 framenum = (guint32)pinfo->fd->num;
address* src = &(pinfo->src);
address* dst = &(pinfo->dst);
guint8 *src_str;
@@ -1570,7 +1569,7 @@
* 6.5.2.2 ActionCode
* Table 114 ActionCode value
*
-/* 6.5.2.2 ActionCode(TIA/EIA-41.5-D, page 5-129) */
+ * 6.5.2.2 ActionCode(TIA/EIA-41.5-D, page 5-129) */
static const value_string ansi_map_ActionCode_vals[] = {
{ 0, "Not used"},
@@ -3152,6 +3151,8 @@
"Force Indirect",
"No effect"
};
+
+static void
dissect_ansi_map_sms_originationrestrictions(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree){
int offset = 0;
@@ -3891,7 +3892,6 @@
static void
dissect_ansi_map_callingpartyname(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree){
- int offset = 0;
proto_item *item;
proto_tree *subtree;
@@ -4119,7 +4119,7 @@
{ 0, NULL }
};
-/* 6.5.2.fw ControlType N.S0023-0 v 1.0 *
+/* 6.5.2.fw ControlType N.S0023-0 v 1.0 */