aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skype.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Add data arg to dissect_skype_heur() so it compiles cleanly if/when SKYPE_HEU...Chris Maynard1-1/+1
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-09-14emem -> wmemJörg Mayer1-1/+2
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Don't register to udp/tcp port 0, but use dissector_add_handle() instead.Chris Maynard1-5/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-27Infrastructure for tcp decoding - nothing done to actuallyJörg Mayer1-15/+69
2012-08-13- dissect_skype -> dissect_skype_udpJörg Mayer1-6/+35
2012-08-13- One of the unknown values is probably the (global) destination addressJörg Mayer1-21/+23
2012-08-10Looks like some packets in the sample trace have type 0,Jörg Mayer1-3/+18
2012-08-10The packet id seems to be only 16 bits. The "extra" 4 bitsJörg Mayer1-17/+27
2012-08-10Beginnings of a Skype dissector. Requires "decode as".Jörg Mayer1-0/+352