aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-03 03:14:00 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-03 03:14:00 +0000
commit2c5ccc66efff219fa0ae17b7a07f80aa7d20e93f (patch)
tree26d61397f90396266d7816d8ec264f5f86ac0756 /epan
parent7f88f16077dcca93ec4fcfd22995c4edf6b6b674 (diff)
Update object export code:
- Add to User's Guide - Add a help button - Move a lot of code into the shared export_object.c file and out of dissector specific file export_object_http.c. This will make adding additional protocols much easier. - Change comment in packet-http.c to reflect new name (Export Object) - Various other minor improvements svn path=/trunk/; revision=20961
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index ee38b2b89b..c32023ad40 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -1079,7 +1079,7 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
* be called if something was on some particular port.
*/
- /* Save values for Content List -> HTTP GUI feature */
+ /* Save values for the Export Object GUI feature */
stat_info->content_type = se_strdup(headers.content_type);
stat_info->payload_len = next_tvb->length;
stat_info->payload_data = se_memdup(next_tvb->real_data,