aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2016-12-06SDP: Fix compiler warningMichael Mann1-2/+2
2016-12-06DOF: fix UAT update callbacksPascal Quantin1-69/+72
2016-12-06sdp: refactor session/media level handling of attributesPeter Wu1-404/+404
2016-12-06rtp: add function to duplicate rtp_dyn_payload_tPeter Wu2-0/+24
2016-12-06DTLS: add support for use_srtp extension (RFC 5764)Peter Wu5-9/+114
2016-12-06ssh: add dissection for ECDSA host keysРоман Донченко1-0/+29
2016-12-06SDP: reduce code duplicationPeter Wu1-230/+140
2016-12-06SDP: add basic ICE candidate attribute dissection (RFC 5245)Peter Wu1-2/+151
2016-12-06CIP: Minor enhancementsD. Ulis3-52/+92
2016-12-06packet-rpcrdma: Clean up Reply chunk dissectionChuck Lever1-35/+29
2016-12-06packet-rpcrdma: Fix Write list dissectionChuck Lever1-10/+109
2016-12-06packet-rpcrdma: Fix Read list dissectionChuck Lever1-1/+77
2016-12-05RTPS: Cleanup endian handlingMichael Mann2-747/+619
2016-12-05kafka: add dissection for rest of api keysDmitry Lazurkin1-129/+2061
2016-12-05packet-rpcrdma: Display length fields in decimalChuck Lever1-2/+2
2016-12-05packet-rpcrdma: Remove if (tree) preventing dissectors being called.Chuck Lever1-58/+55
2016-12-05RTPS: Added submessages and fixed minor issues for Secure DDSJuanjo Martin2-49/+229
2016-12-05Bluetooth: SMP: Dissect remaining AuthReq bitsMichal Labedzki1-12/+43
2016-12-05Bluetooth: SMP: Implement 3 more commandsMichal Labedzki1-6/+65
2016-12-05Bluetooth: BTLE*: Initialize what initialized was notMichal Labedzki1-0/+1
2016-12-05Bluetooth: Assigned Numbers: Update Member UUIDsMichal Labedzki1-1/+26
2016-12-05SMB: Limit Export object files to 32 bits.Michael Mann1-4/+4
2016-12-04ssh: fix the heuristic for MAC size determinationРоман Донченко1-2/+1
2016-12-03ssh: dissect the host key when the connection uses DH group exchangeРоман Донченко1-7/+1
2016-12-03packet-infiniband: Fixed duplicate conversation entriesParav Pandit2-29/+78
2016-12-03Temporarily break up complicated expression into a bunch of separate ifs.Guy Harris1-0/+63
2016-12-02packet-rpcrdma: Fix protocol frame pre-detectionChuck Lever1-37/+90
2016-12-02echo: decide on req/resp based on matched portJaap Keuter1-1/+1
2016-12-02packet-rpcrdma: Display length and version fields in decimalChuck Lever1-8/+8
2016-12-02packet-rpcrdma: Dissector should exit when frame is not RPC-over-RDMAChuck Lever1-1/+1
2016-12-02Make SMB2 MessageId field a FT_UINT64Michael Mann2-3/+3
2016-12-02Enable exporting objects with tsharkMoshe Kaplan5-7/+605
2016-12-02BOOTP: Fix V-I Vendor-Specific Information OptionJaap Keuter1-13/+37
2016-12-02The Kerberos dissector include Kerberos header, and needs KRB5_CFLAGS.Guy Harris1-1/+2
2016-12-01ssh: add DSA host key dissectionРоман Донченко1-0/+29
2016-12-01Check preference titles and descriptions.Gerald Combs12-25/+21
2016-11-30ssl,dtls: add expert info for overly large record lengthsPeter Wu3-3/+19
2016-11-30sip: register with Websocket dissector (RFC 7118)Peter Wu1-0/+1
2016-11-293GPP NAS: shorten some value_string to avoid truncation during displayPascal Quantin1-5/+5
2016-11-283GPP NAS: add an expert info when APN encoding exceeds 100 bytesPascal Quantin1-11/+13
2016-11-26GlusterFS: Insert missing FORGET command.Michael Mann2-0/+2
2016-11-26We only need the tvbuff length for EAP messages.Guy Harris1-6/+7
2016-11-25packet-dcm.c: Cleanup memory usage with stringsMichael Mann1-82/+58
2016-11-25ieee80211: Add Meru (Fortinet) Vendor Specific TLVAlexis La Goutte1-0/+70
2016-11-24dissectors: add PRINTER_INFO_5 decoding for DCE/RPC spoolss dissector.Günther Deschner1-0/+52
2016-11-24Note that we can't use a child setup routine in g_spawn routines.Guy Harris1-1/+1
2016-11-24Return from snort_start early if dissector not enabled.Martin Mathieson1-8/+6
2016-11-23Add missing header file for distcheckMartin Mathieson1-0/+1
2016-11-23Initial commit of Snort post-dissector.Martin Mathieson5-0/+2685
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann17-65/+28