aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skype.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings: comma at end of enumerator list.Chris Maynard2013-07-151-1/+1
* From beroset:Anders Broman2013-03-191-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Don't register to udp/tcp port 0, but use dissector_add_handle() instead.Chris Maynard2012-09-181-5/+2
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Infrastructure for tcp decoding - nothing done to actuallyJörg Mayer2012-08-271-15/+69
* - dissect_skype -> dissect_skype_udpJörg Mayer2012-08-131-6/+35
* - One of the unknown values is probably the (global) destination addressJörg Mayer2012-08-131-21/+23
* Looks like some packets in the sample trace have type 0,Jörg Mayer2012-08-101-3/+18
* The packet id seems to be only 16 bits. The "extra" 4 bitsJörg Mayer2012-08-101-17/+27
* Beginnings of a Skype dissector. Requires "decode as".Jörg Mayer2012-08-101-0/+352