aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-04-26 17:13:37 +0000
committerGerald Combs <gerald@wireshark.org>2011-04-26 17:13:37 +0000
commitb223e99e5a27318e13de8ec1e009bc310053446d (patch)
tree21fd3eb723ae1f5029e6eb66e8fe271be9affde0 /epan/wslua/wslua_pinfo.c
parent45b060dd136761cf55b36512ca5aed8c21187f03 (diff)
get_host_ipaddr() was returning numeric addresses in host byte order
and hostnames in network byte order. Have it return everything in network byte order. svn path=/trunk/; revision=36873
Diffstat (limited to 'epan/wslua/wslua_pinfo.c')
-rw-r--r--epan/wslua/wslua_pinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/wslua/wslua_pinfo.c b/epan/wslua/wslua_pinfo.c
index 8c6b924ac6..2e12ac59b6 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -1037,4 +1037,3 @@ int Pinfo_register(lua_State* L) {
outstanding_Columns = g_ptr_array_new();
return 1;
}
-