aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-20 07:35:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-05-20 07:35:09 +0000
commite26925d68777ba43d4bd6296c6ad295ff6d8937b (patch)
treecaade99247d2ee6798fbeac54ddb871b98889650 /packet-rpc.c
parent2e030a3f147ec40a037aa5bea81b1f17deae4fa6 (diff)
Fix indentation.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7694 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index 93cb5b9d19..3c0d011074 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.122 2003/05/02 21:58:23 guy Exp $
+ * $Id: packet-rpc.c,v 1.123 2003/05/20 07:35:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -526,9 +526,9 @@ dissect_rpc_opaque_data(tvbuff_t *tvb, int offset,
string_length_packet = tvb_reported_length_remaining(tvb, offset);
}
else {
- string_length = tvb_get_ntohl(tvb,offset+0);
- string_length_captured = tvb_length_remaining(tvb, offset + 4);
- string_length_packet = tvb_reported_length_remaining(tvb, offset + 4);
+ string_length = tvb_get_ntohl(tvb,offset+0);
+ string_length_captured = tvb_length_remaining(tvb, offset + 4);
+ string_length_packet = tvb_reported_length_remaining(tvb, offset + 4);
}
string_length_full = rpc_roundup(string_length);
if (string_length_captured < string_length) {