aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skype.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-6/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-06-06SKYPE: fix The use of 'if (A) {...} else if (A) {...}' pattern was detected. ...Alexis La Goutte1-1/+1
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-3/+3
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
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