aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-22 16:53:11 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-22 16:53:11 +0000
commit0ee2b7754d73a0ab317a9d94e3ac1a13073f7f0d (patch)
tree72e4848414d124d6353f3581aca10511d2dbf9c1 /rawshark.c
parent07cb929d6b4cb473c3a26a0c571785213d348f3c (diff)
Rename init_cap_file() to cap_file_init()
svn path=/trunk/; revision=30073
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index c1f940a81e..794e2a173a 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -580,7 +580,7 @@ main(int argc, char *argv[])
load_wpcap();
#endif
- init_cap_file(&cfile);
+ cap_file_init(&cfile);
/* Print format defaults to this. */
print_format = PR_FMT_TEXT;