I've been using tshark recently and I've noticed that on certain urls it truncates the URL:
Request URI [truncated]: /2577439/300x250_062810_CLICK_AND_SAVE.swf?clickTag=http%3A//ad.doubleclick.net/click%253Bh%253Dv8/39ff/f/ae/%252a/q%253B226360793%253B0-0%253B0%253B51838704%253B4307-300/250%253B37360783/37378661/1%253B%253B%257Eo
For reference the real URL is here.
Is there anyway (besides using the -w option to have it not truncate my urls? I don't want to use -w as then I have to reconstruct the tcp packets by hand.
Edit: I am using -V to produce this output and I've tried -s0 which does not solve this.
