From Jim Young: Include svnversion.h in capinfos and text2pcap

This patch adds a #include "svnversion.h" statement to the capinfos.c and
text2pcap.c files so that their usage() functions will display the SVNVERSION
and SVNPATH infos (if defined).

See Bug #4360 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4360)

svn path=/trunk/; revision=31382
This commit is contained in:
Bill Meier 2009-12-29 16:11:43 +00:00
parent 1b15280a40
commit c14b985146
2 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,8 @@
#include "wsgetopt.h"
#endif
#include "svnversion.h"
/*
* By default capinfos now continues processing
* the next filename if and when wiretap detects

View File

@ -136,6 +136,7 @@
#endif
#include "text2pcap.h"
#include "svnversion.h"
/*--- Options --------------------------------------------------------------------*/