aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Complete the RSVD Dissector further by handling SCSI requests.Richard Sharpe1-23/+243
2015-02-16Suppress more pedantic warnings.Gerald Combs1-0/+29
2015-02-16Revert "Revert "Fix duplicate Display Filter Macro check""Guy Harris1-15/+20
2015-02-16Revert "Fix duplicate Display Filter Macro check"Guy Harris1-20/+15
2015-02-16proto(.h): fix parameter 'offset' not found in the function declaration [-Wdo...Alexis La Goutte1-1/+0
2015-02-15Fix handling of invalid UAT itemsPeter Wu2-5/+29
2015-02-15Fix duplicate Display Filter Macro checkPeter Wu1-15/+20
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris2-14/+85
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier11-1/+144
2015-02-15Only call tvb_get_ptr() once to set src and dst addresses-Anders1-4/+4
2015-02-15[Automatic manuf, services and enterprise-numbers update for 2015-02-15]Gerald Combs2-8/+213
2015-02-15IS-IS (LSP): Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-3/+3
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs2-2/+5
2015-02-14Remove a duplicate typedef.Gerald Combs1-2/+2
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-14"Hide" hashether_t structure.Michael Mann2-10/+22
2015-02-14Don't check for C89 headers.Guy Harris4-16/+4
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier13-122/+289
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier12-76/+229
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier24-4185/+4185
2015-02-13A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe4-0/+654
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-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-1/+1
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin6-17/+17
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 Lombardo5-0/+73
2015-02-12tvb_length is a macro wrapper for tvb_captured_length; use tvbuff_length.Guy Harris1-3/+3
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki3-23/+24
2015-02-12Revert ""Hide" hashether_t structure."Anders Broman2-22/+10
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman4-89/+49
2015-02-12Make get_manuf_name return a const string.Michael Mann4-49/+89
2015-02-12"Hide" hashether_t structure.Michael Mann2-10/+22
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 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