Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-users: Re: [Wireshark-users] How to change the version string

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Fri, 07 Nov 2008 13:58:19 -0800

Martin d Anjou wrote:
> Hello,
> 
> I have made a patch to my local copy of wireshark and I'd like to know how 
> I can change the version string being reported when people go in the 
> Help... About as well as the one on the command line when people type 
> wireshark --version or -v. So far, I've only been able to change the one 
> in about_wireshark_page_new.
> 
> What is the right place to change the version string?

Create a file called "version.conf" in your top-level Wireshark development
directory with the following contents:

----
# Modify the version string in the about box, etc.
enable: 1
format: Martin d Anjou %Y%m%d%H%M%S

# Modify package names
pkg_enable: 1
pkg_format: Martin_d_Anjou_%#
----

Then, run "perl make-version.pl -p". This will update config.nmake and
configure.in with your package name modifications. Running the script without
"-p" (which happens during the build process) updates svnversion.h, which is
reflected within the application.

You can timestamp the version settings with normal strftime() format strings, or
with "%#", which uses the current SVN revision.


  • Follow-Ups:
    • Re: [Wireshark-users] How to change the version string
      • From: Martin d Anjou
  • References:
    • [Wireshark-users] Arp poisoning causes msn to keep dropping off
      • From: Kevin dePfyffer
    • Re: [Wireshark-users] Arp poisoning causes msn to keep dropping off
      • From: Ryan Zuidema
    • [Wireshark-users] How to change the version string
      • From: Martin d Anjou
  • Prev by Date: [Wireshark-users] How to change the version string
  • Next by Date: Re: [Wireshark-users] Arp poisoning causes msn to keep dropping off
  • Previous by thread: [Wireshark-users] How to change the version string
  • Next by thread: Re: [Wireshark-users] How to change the version string
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation