Stephen Fisher <stephentfisher@yahoo.com>

Could you apply the attached patch also to finish it off - I
failed to include it in the original e-mail.

svn path=/trunk/; revision=18906
This commit is contained in:
Jörg Mayer 2006-08-15 06:40:26 +00:00
parent 68bdadcb50
commit b21579abef
2 changed files with 1 additions and 2 deletions

View File

@ -1822,7 +1822,7 @@ process_header(tvbuff_t *tvb, int offset, int next_offset,
break;
case HDR_HOST:
stat_info->http_host = ep_strndup(value, value_len);
stat_info->http_host = se_strndup(value, value_len);
break;
}

View File

@ -30,7 +30,6 @@ void http_dissector_add(guint32 port, dissector_handle_t handle);
typedef struct _http_info_value_t
{
guint32 framenum;
gchar *request_method;
guint response_code;
gchar *http_host;