aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-04-02 08:34:09 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-04-02 08:34:09 +0000
commit36ad3475d9156a770c7ffa04bc83114215872638 (patch)
tree7ff2e6b17bdd903bb0843215ffa92dd9ef593321 /epan/dissectors/packet-rsvp.c
parent3d2ca398632276cc3b008f5bb962af777c4148ac (diff)
Remove non ASCII characters
svn path=/trunk/; revision=48695
Diffstat (limited to 'epan/dissectors/packet-rsvp.c')
-rw-r--r--epan/dissectors/packet-rsvp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c
index e7d860f476..1095cb3f84 100644
--- a/epan/dissectors/packet-rsvp.c
+++ b/epan/dissectors/packet-rsvp.c
@@ -5865,14 +5865,14 @@ dissect_rsvp_3gpp_object(proto_tree *ti _U_, proto_tree *rsvp_object_tree,
* The packet filter list contains a variable number of packet filters. It shall be
* encoded same as defined in X.S0011-D Chapter 4 [5] except as defined
* below:
- * For “QoS Check Confirm” operations, the packet filter list shall be empty.
- * For “Initiate Delete Packet Filter from Existing TFT”, the packet filter list
+ * For "QoS Check Confirm" operations, the packet filter list shall be empty.
+ * For "Initiate Delete Packet Filter from Existing TFT", the packet filter list
* shall contain a variable number of Flow Identifiers given in the number of
* packet filters field. In this case, the packet filter evaluation precedence,
* length, and contents are not included, only the Flow Identifiers are
* included. See Figure B-6, X.S0011-D [5] .
- * For “Initiate Flow request” and “Initiate Replace Packet Filters in Existing
- * TFT” Replace Packet Filters in Existing TFT the packet filter list shall
+ * For "Initiate Flow request" and "Initiate Replace Packet Filters in Existing
+ * TFT" Replace Packet Filters in Existing TFT the packet filter list shall
* contain a variable number of Flow Identifiers, along with the packet filter
* contents. See Figure B-7, X.S0011-D
*/