diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-12-30 02:10:24 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-12-30 02:10:24 +0000 |
commit | 0ccf418724aa221c786e8ac765a8cbe1fed8ac3d (patch) | |
tree | 1e4a380da3f190a7468ee2baa824b4e1ff58ac67 /util.c | |
parent | 9d5c8771c1560425077117b33a06a9e8263062a9 (diff) | |
download | wireshark-0ccf418724aa221c786e8ac765a8cbe1fed8ac3d.tar.gz wireshark-0ccf418724aa221c786e8ac765a8cbe1fed8ac3d.tar.bz2 wireshark-0ccf418724aa221c786e8ac765a8cbe1fed8ac3d.zip |
Add a "get_addr_name()" routine that takes an "address *" and attempts
to resolve it to a name.
Fix up some const-pointer-to-non-const-pointer, and
function-pointer-to-void-*, conversions.
Fix some comments.
svn path=/trunk/; revision=12863
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ typedef int mode_t; /* for win32 */ #endif /* __MINGW32__ */ #endif /* HAVE_IO_H */ +#include <epan/address.h> #include <epan/addr_resolv.h> /* |