Thus wrote Thomas Wiens ([email protected]): > I thought, with "git add <file>" I am saying: "look only on this files" > and ignore all others.
No, that's what you say with "svn add". svn tracks files, git tracks changes. git add <file> means "add the changes I made to this file into the next commit". > What is the best way to share samples for my dissector, in the wireshark > wiki? Should I create a site for this protocol, although it's only in > review? Yes, I'd suggest you create a new page for your protocol. Eventually, the dissector will be merged ;-) ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
