aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-12"Hide" hashether_t structure.Michael Mann4-13/+28
2015-02-11Fix SSE 4.2 checks.Guy Harris1-14/+14
2015-02-11packet-iec104: fix packet information textJiří Engelthaler1-9/+11
2015-02-11Prevent two false positive MSVC2013 Code Analysis warningsBill Meier2-3/+3
2015-02-11capture_dlg.c: Fix (possibly valid) "Using uninitialized memory" MSVC2013 Co...Bill Meier1-4/+4
2015-02-11Remove address_to_str_buf from hsrp dissector "heuristics" as its much faster...Michael Mann1-7/+6
2015-02-11Try to fix the debian symbolsAndersBroman1-1/+1
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan15-194/+222
2015-02-10USB: put back interface class when dissecting URB_CONTROLPascal Quantin2-25/+29
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs37-45/+98
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson24-36/+0
2015-02-10Add script to automatically remove includes that appear not be neededMartin Mathieson1-0/+420
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 Quantin3-27/+37
2015-02-10Add a "Sum" column to the Service Response Time (SRT) window.Kevin Grigorenko14-14/+27
2015-02-09Use G_GINT64_MODIFIER when formatting g{u}int64 values.Guy Harris1-1/+1
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier31-58/+59
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 Wu3-165/+96
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-09Fix use-after free in RTP playerPeter Wu1-0/+1
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 Mann16-89/+66
2015-02-09Add "column filter string" support to address types.Michael Mann16-313/+322
2015-02-09Add address type registration.Michael Mann22-446/+1055
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-08Menubar (GTK): fix warning: no previous prototype for ‘set_menus_capture_st...Alexis La Goutte1-0/+1
2015-02-08USB HID: fix no previous prototype for 'dissect_usb_hid_get_report_descriptor...Alexis La Goutte1-0/+1
2015-02-08Multicast Stream: Move mcast_stream.[ch] to uiAlexis La Goutte8-65/+96
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 Combs5-45/+435
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 Harris7-59/+60
2015-02-07riemann: Fix bug found by MSVC203 Code AnalysisBill Meier1-1/+1
2015-02-07Add the profile name to the Coloring Rules window title.Gerald Combs2-1/+3
2015-02-07WSUG: Update the Packet Colorization section.Gerald Combs8-53/+37
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