forked from osmocom/wireshark
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=31382daniel/osmux
parent
1b15280a40
commit
c14b985146
|
@ -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
|
||||
|
|
|
@ -136,6 +136,7 @@
|
|||
#endif
|
||||
|
||||
#include "text2pcap.h"
|
||||
#include "svnversion.h"
|
||||
|
||||
/*--- Options --------------------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue