aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-06-10 21:59:31 -0400
committerBill Meier <wmeier@newsguy.com>2015-06-11 02:15:35 +0000
commit4c3677ef3b640ad78d6e4c5d3c0a0268d5a2c8ea (patch)
tree21bf6425b4b331b659fea9f1c72888e362dde4a2 /epan/dissectors/packet-pim.c
parentdcf69bb2717f50948a19655898ba1495486c0c0e (diff)
Replace tabs in files with editor modeline "expandtab"
Change-Id: I4667fd4091c510a4c798f79dae333a07dc42dad6 Reviewed-on: https://code.wireshark.org/review/8880 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-pim.c')
-rw-r--r--epan/dissectors/packet-pim.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-pim.c b/epan/dissectors/packet-pim.c
index a4607a30b3..f77af445ce 100644
--- a/epan/dissectors/packet-pim.c
+++ b/epan/dissectors/packet-pim.c
@@ -34,8 +34,8 @@
void proto_register_pim(void);
void proto_reg_handoff_pim(void);
-#define PIM_TYPE(x) ((x) & 0x0f)
-#define PIM_VER(x) (((x) & 0xf0) >> 4)
+#define PIM_TYPE(x) ((x) & 0x0f)
+#define PIM_VER(x) (((x) & 0xf0) >> 4)
#define PIM_BIDIR_SUBTYPE(x) ((x) & 0x0f)
#define PIM_BIDIR_RSVD(x) (((x) & 0xf0) >> 4)
@@ -225,7 +225,7 @@ static gboolean use_main_tree = TRUE;
/*
* The Story About Ping^WPIM:
*
- * http://www.cs.usc.edu/assets/003/83187.pdf
+ * http://www.cs.usc.edu/assets/003/83187.pdf
*
* dated January 11, 1995, entitled "Protocol Independent Multicast (PIM):
* Protocol Specification", calls itself draft-ietf-idmr-pim-spec-01,
@@ -233,18 +233,18 @@ static gboolean use_main_tree = TRUE;
* that runs atop IGMP, with a type of 4 for "Router PIM Messages", and
* a PIM version number field of 1.
*
- * https://tools.ietf.org/html/draft-ietf-idmr-pim-sm-spec-00
+ * https://tools.ietf.org/html/draft-ietf-idmr-pim-sm-spec-00
*
* dated September 7, 1995, and
*
- * http://tools.ietf.org/html/draft-ietf-idmr-pim-spec-02
+ * http://tools.ietf.org/html/draft-ietf-idmr-pim-spec-02
*
* dated September 7, 1995, both entitled "Protocol Independent Multicast-
* Sparse Mode (PIM-SM): Protocol Specification", describe a protocol that
* runs atop IGMP, with a type of 4 for "Router PIM Messages", and a PIM
* version number field of 2.
*
- * https://tools.ietf.org/html/draft-ietf-idmr-pim-sm-spec-03
+ * https://tools.ietf.org/html/draft-ietf-idmr-pim-sm-spec-03
*
* dated June 6, 1996, and all subsequent drafts, and RFC 2117, dated
* June 1997, all entitled "Protocol Independent Multicast-Sparse Mode
@@ -262,7 +262,7 @@ static gboolean use_main_tree = TRUE;
*
* Looking at the Dense Mode specs,
*
- * http://tools.ietf.org/html/draft-ietf-idmr-pim-dm-spec-02
+ * http://tools.ietf.org/html/draft-ietf-idmr-pim-dm-spec-02
*
* entitled "Protocol Independent Multicast-Dense Mode (PIM-DM): Protocol
* Specification", dated September 1995, describes a protocol that runs