Unable to get metze's wireshark branch.

Jaideep Padhye jdthebigj at yahoo.com
Fri Jun 11 11:08:21 MDT 2010



 
From: Michael Adam <obnox at samba.org>
To: Jaideep Padhye <jdthebigj at yahoo.com>
Cc: samba-technical at lists.samba.org
Sent: Thu, June 10, 2010 3:23:34 AM
Subject: Re: Unable to get metze's wireshark branch.

Hi,

Jaideep Padhye wrote:
> 
> 
> I am not sure if this is the correct place to ask this
> question. If it isn't, I'll be grateful if you can redirect me
> to the correct mailer.  I wanted to try out metze's wireshark
> branch for decrypting kerberos AES traffic as per the
> instructions given on the wireshark wiki
> (http://wiki.samba.org/index.php/Wireshark_Keytab).  I'm
> getting following error:
> 
> 
> git clone git://git.samba.org/metze/wireshark/wip.git ws-metze-gsspai
> Initialized empty Git repository in /work/jpadhye/ws-metze-gsspai/.git/
> remote: Counting objects: 194949, done.
> remote: Compressing objects: 100% (40783/40783), done.
> remote: Total 194949 (delta 159143), reused 189682 (delta 153881)
> Receiving objects: 100% (194949/194949), 92.47 MiB | 1983 KiB/s, done.
> Resolving deltas: 100% (159143/159143), done.
> warning: remote HEAD refers to nonexistent ref, unable to checkout.
> 
> I checked the git forums and this doesn't seem like a git
> issue. Can someone fix this issue or suggest a workaround? 

This means that the clone of the repositopry has been created but
that no branch was checked out (because HEAD does not point
anywhere useful).

So after the clone, you just do

$ cd ws-metze-gsspai
$ git checkout -b ws-metze-gsspai origin/ws-metze-gsspai

and then you should have a working directory.

Cheers - Michael


________________________________
Hi Michael,

I followed your instructions and it worked like a charm. Thanks a lot. 

Jaideep



      


More information about the samba-technical mailing list