Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
sickness,
i understand completely, and expected to get a blaster reply; rather than your polite reply. i see you are a very clever fellow, and i asked you for a reason. updating wireshark regularly and manually is a very annoying necessity.
does this help at all to accomplish this?
3.3.1. Anonymous Subversion access
Recommended for development purposes.
Age: a few minutes.
You can use a Subversion client to download the source code from Wireshark's anonymous Subversion repository. The URL for the repository trunk is: http://anonsvn.wireshark.org/wireshark/trunk/.
See Section 4.11, “Subversion (SVN) client (optional)” on how to install a Subversion client.
For example, to check out using the command-line Subversion client, you would type:
$ svn checkout http://anonsvn.wireshark.org/wireshark/trunk wireshark
The checkout has to be only done once. This will copy all the sources of the latest version (including directories) from the server to your machine. This will take some time, depending on the speed of your internet connection.
i won't take up the text space to paste the entire process but
U wireshark
Checked out revision 38161.
root@bt:~#
i really appreciate all the work you have put into this script for us. this would be icing on the cake.
thanks again.
It keeps failing to update Giskismet and Aircrack, keeps saying
yet I tried running svn cleanup and it sayssvn: working copy '.' locked.
svn: run 'svn cleanup' to remove locks
I tried purging aircrack, reinstalled it with apt-get install, and tried updating again and it gave me the same problem as beforesvn: '.' is not a working copy directory.
Last edited by DaxxTrias; 07-23-2011 at 06:58 PM.
@clone, whenever wireshark gets updated, so do our repos and therefor my script will update it when it updated Backtrack.
@DaxxTrais it actually tells you to run "svn cleanup" have you tried that ?
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
I did, edited my previous post for clarity.
The first time I ran your script, version 0.7 I think I remember it updated Aircrack because it was mentioning something about a new build. However all subsequent attempts at updating result in the svn directory lock message, which cleanup wont resolve
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
wow! it looks like this required many more lines of code than i would have originally guessed. very impressive anyway. after running the script and then running wireshark I did encounter a small error with disable_lua=false popup inside wireshark. im using the gnome 32 version of bt5,freshly formatted to test your updated script on a what is basically a sandbox, so # gedit /usr/local/share/wireshark/init.lua and editing -- Set disable_lua to true to disable Lua support.
changing disable_lua = true inside init.lua, and saving, resolves the popup when opening wireshark if this error should occur.
very neat, sir.
i just want to say i did fix it, svn clean worked i just had to use it in the right directories
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !