diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-02-26 14:29:17 -0500 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-02-26 19:38:21 +0000 |
commit | 1dff4e309d036e23c316f2cf9a6d05d5a4449ff2 (patch) | |
tree | a7ff0816c598def87e246a2ebbd2d80fa47365fc /asn1/sabp | |
parent | b4850149dd877375c1d8da3a2d20bddca1d91780 (diff) | |
download | wireshark-1dff4e309d036e23c316f2cf9a6d05d5a4449ff2.tar.gz wireshark-1dff4e309d036e23c316f2cf9a6d05d5a4449ff2.tar.bz2 wireshark-1dff4e309d036e23c316f2cf9a6d05d5a4449ff2.zip |
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate dissectors.
Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4
Reviewed-on: https://code.wireshark.org/review/412
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'asn1/sabp')
-rw-r--r-- | asn1/sabp/packet-sabp-template.c | 4 | ||||
-rw-r--r-- | asn1/sabp/sabp.cnf | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/asn1/sabp/packet-sabp-template.c b/asn1/sabp/packet-sabp-template.c index 6733f19a51..e7811cbbb4 100644 --- a/asn1/sabp/packet-sabp-template.c +++ b/asn1/sabp/packet-sabp-template.c @@ -137,7 +137,7 @@ dissect_sabp_cb_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) nr_pages = tvb_get_guint8(tvb, offset); proto_tree_add_item(tree, hf_sabp_no_of_pages, tvb, offset, 1, ENC_BIG_ENDIAN); offset++; - /* + /* * NOTE: n equal to or less than 15 */ if(nr_pages > 15){ @@ -166,7 +166,7 @@ dissect_sabp_cb_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) offset++; } - + } static guint diff --git a/asn1/sabp/sabp.cnf b/asn1/sabp/sabp.cnf index ee0550d6ba..873946cd53 100644 --- a/asn1/sabp/sabp.cnf +++ b/asn1/sabp/sabp.cnf @@ -1,6 +1,6 @@ # sabp.cnf # sabp conformation file -# Copyright 2007 Tomas Kukosa +# Copyright 2007 Tomas Kukosa #.OPT PER @@ -47,7 +47,7 @@ MessageStructure/_item/repetitionNumber repetitionNumber1 #.END -#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue +#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue #.FN_PARS ProtocolExtensionID VAL_PTR=&ProtocolExtensionID #.FN_PARS ProtocolExtensionField/extensionValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue @@ -98,7 +98,7 @@ id-MessageStructure ProtocolIE-ID id-TypeOfError ProtocolIE-ID id-Paging-ETWS-Indicator ProtocolIE-ID id-Warning-Type ProtocolIE-ID -id-WarningSecurityInfo ProtocolIE-ID +id-WarningSecurityInfo ProtocolIE-ID id-Broadcast-Message-Content-Validity-Indicator ProtocolIE-ID #.END @@ -128,7 +128,7 @@ MessageStructure N sabp.extension id-MessageStructure TypeOfError N sabp.extension id-TypeOfError Paging-ETWS-Indicator N sabp.extension id-Paging-ETWS-Indicator Warning-Type N sabp.extension id-Warning-Type -WarningSecurityInfo N sabp.extension id-WarningSecurityInfo +WarningSecurityInfo N sabp.extension id-WarningSecurityInfo Broadcast-Message-Content-Validity-Indicator N sabp.extension id-Broadcast-Message-Content-Validity-Indicator #SABP-ELEMENTARY-PROCEDURE |