aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan9-74/+122
2015-02-10USB: put back interface class when dissecting URB_CONTROLPascal Quantin2-25/+29
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin16-29/+27
2015-02-10IMAP: do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2015-02-10FTAM: get rid of an evil global variablePascal Quantin1-20/+25
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier7-16/+16
2015-02-09pgsql,imap: add STARTTLS supportPeter Wu2-20/+86
2015-02-09file-jpeg: Allow 'Exif' as identification in first App block, but flag as exp...Martin Mathieson1-5/+33
2015-02-09Netflow: rework how transport (port) resolution is done, adding support for SCTPMartin Mathieson1-24/+30
2015-02-09ldap: simplify Start TLS handlingPeter Wu1-109/+75
2015-02-09Fix STARTTLS handling in various dissectorsPeter Wu6-113/+28
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu4-110/+207
2015-02-09[IS-IS LSP] Add support for Adj-SID & LAN-Adj-SID subTLVAnish Bhatt1-0/+168
2015-02-09ssl-utils: use ALPN hint for improved spdy/http2 recognitionPeter Wu1-2/+56
2015-02-09This adds support for P_DATA_V2 OpenVPN packets.Lev Stipakov1-2/+15
2015-02-09Add fixed length function for address types.Michael Mann22-412/+365
2015-02-09Eliminate the hf member out of the address structure.Michael Mann15-88/+65
2015-02-09Add "column filter string" support to address types.Michael Mann16-313/+322
2015-02-09Add address type registration.Michael Mann21-443/+1051
2015-02-08DNS: LOC Precision missing unitsAlexis La Goutte1-6/+6
2015-02-08WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_a...Alexis La Goutte1-1/+0
2015-02-08USB HID: fix no previous prototype for 'dissect_usb_hid_get_report_descriptor...Alexis La Goutte1-0/+1
2015-02-08[ZVT] start dissecting the registration apduMartin Kaiser1-1/+22
2015-02-08riemann: Minor cleanupBill Meier1-157/+156
2015-02-08[Automatic manuf, services and enterprise-numbers update for 2015-02-08]Gerald Combs3-36/+401
2015-02-08dwarf: fix bug found by MSVC2013 Code AnalysisBill Meier1-2/+2
2015-02-08qnet6: don't calculate crc if length is negativeEvan Huus1-1/+1
2015-02-07Don't call the Bluetooth code's UUID type "uuid_t".Guy Harris6-57/+58
2015-02-07riemann: Fix bug found by MSVC203 Code AnalysisBill Meier1-1/+1
2015-02-07set protocol to USBHID for get descriptor request and responseMartin Kaiser1-0/+2
2015-02-07use the value string for HID descriptor typeMartin Kaiser1-1/+2
2015-02-07remove the offset parameter from dissect_usb_standard_setup_request()Martin Kaiser1-3/+3
2015-02-07dissect a get descriptor request and response for the HID report descriptorMartin Kaiser3-50/+130
2015-02-07refactor the dissection of USB setup requestsMartin Kaiser1-28/+47
2015-02-07change try_dissect_next_protocol() such that its parameter is theMartin Kaiser1-15/+9
2015-02-07new function is_usb_standard_setup_request() to check if a request is aMartin Kaiser1-3/+27
2015-02-07Bluetooth: ATT: Use proto_tree_add_new_bytes for UUID128Michal Labedzki2-3/+4
2015-02-07Add proto_tree_add_new_bytes()Michal Labedzki2-0/+35
2015-02-07btatt: fix bug ("Labeled code is unreachable");Bill Meier1-1/+1
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki8-65/+132
2015-02-07Bluetooth: ATT: Fix Running Walking Sensor field nameMichal Labedzki1-1/+1
2015-02-07Bluetooth: ATT: Fix not missing breakMichal Labedzki1-1/+2
2015-02-07Bluetooth: ATT: Missing break in switch (CID 1268199)Alexis La Goutte1-0/+1
2015-02-07Bluetooth: ATT: Fix Dead Store (Dead assignement/Dead increment) warning foun...Alexis La Goutte1-2/+0
2015-02-06qnet6: Fix a bug found by MSVC2013 Code Analysis.Bill Meier1-1/+3
2015-02-06qnet6: CleanupBill Meier1-1977/+1797
2015-02-06cfdp: Fix bug ("Labeled code is unreachable")Bill Meier1-1/+1
2015-02-06Further simplify the LSA-Update processing: the always-present forwarding blockJeff Morriss1-22/+12
2015-02-06AMQP: Fix one warning from Clang Code AnalysisPetr Gotthard1-1/+1
2015-02-06AMQP: Add more COL_INFO description for some packets/frames.Petr Gotthard1-61/+103