aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs by spaces when editor modelines has "expandtab"Bill Meier2015-02-1336-4614/+4614
* Qt: Allow shift-double-clicking on a frame link.Gerald Combs2015-02-136-7/+23
* A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe2015-02-135-0/+655
* Qt: Try to make some dialogs behave like windows.Gerald Combs2015-02-132-3/+3
* Register the Mongo dissector by name so it can be used with TLS.Jeff Morriss2015-02-131-0/+6
* Micro optimization, only do tvb_get_ptr() once for dst and srcAndersBroman2015-02-131-9/+9
* Italian translation updateVincenzo Reale2015-02-132-556/+559
* Qt: Revert g6e88978 for main_status_bar.Gerald Combs2015-02-132-9/+9
* Qt: Make WiresharkDialog act like a window.Gerald Combs2015-02-131-1/+1
* Qt: Double clicking a packet opens the packet window.Gerald Combs2015-02-131-0/+2
* Qt: More #include → forward declarations.Gerald Combs2015-02-1327-106/+150
* Qt: ElidedLabel doesn't support rich text / HTML.Gerald Combs2015-02-133-14/+24
* Try to fix compilation on OS X.Gerald Combs2015-02-131-0/+1
* Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs2015-02-1218-66/+471
* Docbook: Don't build PDF release notes by default.Gerald Combs2015-02-121-1/+3
* WSDG: Start adding Qt material.Gerald Combs2015-02-123-49/+107
* Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin2015-02-128-35/+33
* BT ATT: memory given to add_new_data_source() must be allocated in pinfo scopePascal Quantin2015-02-121-1/+1
* Gryphon: do not use col_set_str with non constant stringsPascal Quantin2015-02-121-1/+1
* nmake: Allow Cygwin path to be providedRoland Knall2015-02-121-1/+3
* [IS-IS-LSP] Add support for Prefix-SID subTLVAnish Bhatt2015-02-121-24/+123
* Support for looking for incomplete dissectors.Dario Lombardo2015-02-125-0/+73
* tvb_length is a macro wrapper for tvb_captured_length; use tvbuff_length.Guy Harris2015-02-121-3/+3
* Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki2015-02-125-24/+33
* Revert ""Hide" hashether_t structure."Anders Broman2015-02-124-28/+13
* Revert "Make get_manuf_name return a const string."Anders Broman2015-02-126-92/+51
* Make get_manuf_name return a const string.Michael Mann2015-02-126-51/+92
* "Hide" hashether_t structure.Michael Mann2015-02-124-13/+28
* Fix SSE 4.2 checks.Guy Harris2015-02-111-14/+14
* packet-iec104: fix packet information textJiří Engelthaler2015-02-111-9/+11
* Prevent two false positive MSVC2013 Code Analysis warningsBill Meier2015-02-112-3/+3
* capture_dlg.c: Fix (possibly valid) "Using uninitialized memory" MSVC2013 Co...Bill Meier2015-02-111-4/+4
* Remove address_to_str_buf from hsrp dissector "heuristics" as its much faster...Michael Mann2015-02-111-7/+6
* Try to fix the debian symbolsAndersBroman2015-02-111-1/+1
* Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan2015-02-1115-194/+222
* USB: put back interface class when dissecting URB_CONTROLPascal Quantin2015-02-102-25/+29
* Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs2015-02-1037-45/+98
* Remove unneeded includes from plugins folderMartin Mathieson2015-02-1024-36/+0
* Add script to automatically remove includes that appear not be neededMartin Mathieson2015-02-101-0/+420
* Do not iterate over reported length when using tvb_find_line_endPascal Quantin2015-02-1016-29/+27
* IMAP: do not iterate over reported length when using tvb_find_line_endPascal Quantin2015-02-101-1/+1
* FTAM: get rid of an evil global variablePascal Quantin2015-02-103-27/+37
* Add a "Sum" column to the Service Response Time (SRT) window.Kevin Grigorenko2015-02-1014-14/+27
* Use G_GINT64_MODIFIER when formatting g{u}int64 values.Guy Harris2015-02-091-1/+1
* (Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2015-02-0931-58/+59
* pgsql,imap: add STARTTLS supportPeter Wu2015-02-092-20/+86
* file-jpeg: Allow 'Exif' as identification in first App block, but flag as exp...Martin Mathieson2015-02-091-5/+33
* Netflow: rework how transport (port) resolution is done, adding support for SCTPMartin Mathieson2015-02-091-24/+30
* ldap: simplify Start TLS handlingPeter Wu2015-02-093-165/+96
* Fix STARTTLS handling in various dissectorsPeter Wu2015-02-096-113/+28