aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Only call tvb_get_ptr() once to set src and dst addresses-Anders1-4/+4
2015-02-15IS-IS (LSP): Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-3/+3
2015-02-14MIP6: Local Mobility Anchor Address mobility option code is treated incorrectlyAlexis La Goutte1-4/+5
2015-02-14MIP6: AUTH mobility option parses Mobility SPI and Authentication Data incorr...Alexis La Goutte1-1/+1
2015-02-14Don't check for C89 headers.Guy Harris2-8/+3
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier17-3840/+3840
2015-02-13A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe3-0/+653
2015-02-13Register the Mongo dissector by name so it can be used with TLS.Jeff Morriss1-0/+6
2015-02-13Micro optimization, only do tvb_get_ptr() once for dst and srcAndersBroman1-9/+9
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin5-15/+15
2015-02-12BT ATT: memory given to add_new_data_source() must be allocated in pinfo scopePascal Quantin1-1/+1
2015-02-12[IS-IS-LSP] Add support for Prefix-SID subTLVAnish Bhatt1-24/+123
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+29
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-1/+1
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman1-2/+2
2015-02-12Make get_manuf_name return a const string.Michael Mann1-2/+2
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-11Remove address_to_str_buf from hsrp dissector "heuristics" as its much faster...Michael Mann1-7/+6
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan5-40/+83
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-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 Mann12-13/+69
2015-02-09Eliminate the hf member out of the address structure.Michael Mann10-19/+45
2015-02-09Add "column filter string" support to address types.Michael Mann9-34/+160
2015-02-09Add address type registration.Michael Mann7-55/+218
2015-02-08DNS: LOC Precision missing unitsAlexis La Goutte1-6/+6
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 Combs1-2/+7
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