summaryrefslogtreecommitdiff
path: root/wiretap/i4b_trace.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-06 22:01:12 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-07 05:01:39 +0000
commitffd48cefa6c468d4cdadd5e562f0d3c63eb4a2d6 (patch)
tree58061a0a150ff180c840de7776c78cf02fd97490 /wiretap/i4b_trace.h
parent683d657d4977487c073777f156938d6970e2f08b (diff)
downloadwireshark-ffd48cefa6c468d4cdadd5e562f0d3c63eb4a2d6.tar.gz
Whitespace cleanups.
Change-Id: I92f983b2e04defab30eb31c14c484b9f0f582413 Reviewed-on: https://code.wireshark.org/review/4513 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/i4b_trace.h')
-rw-r--r--wiretap/i4b_trace.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/i4b_trace.h b/wiretap/i4b_trace.h
index 0281b82a10..945463ec5d 100644
--- a/wiretap/i4b_trace.h
+++ b/wiretap/i4b_trace.h
@@ -46,10 +46,10 @@ typedef struct {
gint32 unit; /* controller unit number */
gint32 type; /* type of channel */
#define TRC_CH_I 0 /* Layer 1 INFO's */
-#define TRC_CH_D 1 /* D channel */
+#define TRC_CH_D 1 /* D channel */
#define TRC_CH_B1 2 /* B1 channel */
#define TRC_CH_B2 3 /* B2 channel */
- gint32 dir; /* direction */
+ gint32 dir; /* direction */
#define FROM_TE 0 /* user -> network */
#define FROM_NT 1 /* network -> user */
gint32 trunc; /* # of truncated bytes (frame > MCLBYTES) */
@@ -67,14 +67,14 @@ typedef struct {
#define INFO4_10 6
/*---------------------------------------------------------------------------*
- * ioctl via /dev/i4btrc device(s):
+ * ioctl via /dev/i4btrc device(s):
* get/set current trace flag settings
*---------------------------------------------------------------------------*/
#define I4B_TRC_GET _IOR('T', 0, int) /* get trace settings */
#define I4B_TRC_SET _IOW('T', 1, int) /* set trace settings */
-#define TRACE_OFF 0x00 /* tracing off */
+#define TRACE_OFF 0x00 /* tracing off */
#define TRACE_I 0x01 /* trace L1 INFO's on */
#define TRACE_D_TX 0x02 /* trace D channel on */
#define TRACE_D_RX 0x04 /* trace D channel on */