aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-05-08 12:59:02 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-05-08 12:59:02 +0000
commit51aebd3ba7ed23346c685d2d0b161d888d189cc1 (patch)
tree42873698ff28ab39f9ab8f44938c66ce27daa9a7 /packet-http.c
parent9cce7b3e27501239309986f29a0c8d231f8ff9aa (diff)
D'oh - remove leading '+' marks from manually applying a patch.
svn path=/trunk/; revision=10822
Diffstat (limited to 'packet-http.c')
-rw-r--r--packet-http.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/packet-http.c b/packet-http.c
index 25f3b7ea11..130c5e821d 100644
--- a/packet-http.c
+++ b/packet-http.c
@@ -7,7 +7,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 1999, Andrew Tridgell <tridge@samba.org>
*
- * $Id: packet-http.c,v 1.106 2004/05/08 12:54:24 obiot Exp $
+ * $Id: packet-http.c,v 1.107 2004/05/08 12:59:02 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -734,14 +734,13 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
goto body_dissected;
}
-+ } else if (chunks_decoded > 0) {
-+ /*
-+ * Add a new data source for the de-chunked data.
-+ */
-+ tvb_set_child_real_data_tvbuff(tvb, next_tvb);
-+ add_new_data_source(pinfo, next_tvb,
-+ "De-chunked entity body");
-
+ } else if (chunks_decoded > 0) {
+ /*
+ * Add a new data source for the de-chunked data.
+ */
+ tvb_set_child_real_data_tvbuff(tvb, next_tvb);
+ add_new_data_source(pinfo, next_tvb,
+ "De-chunked entity body");
}
/*