Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Bugzilla / SVN commit autolinkification

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Sun, 01 Apr 2012 13:46:58 -0700
I managed to convince Bugzilla to automatically link SVN revision
references in bug comments (e.g. "r12345") to the repository viewer at
anonsvn.wireshark.org/viewvc. The regex looks for "r", "rev", and
"revision":

  (?:r|rev \#?|revision \#?)\s?\d{1,6}

This should match ViewVC's built-in linking behavior. If you notice any
problems please let me know.