summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris8-32/+1
2015-02-14Qt: Fix side effects of recent WiresharkDialog changes.Gerald Combs5-4/+7
2015-02-13WSUG: Add a note about dialogs vs windows.Gerald Combs1-0/+11
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier13-122/+289
2015-02-13caputils/*.c: As needed: Add editor modelines & Fix indentationBill Meier6-124/+201
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 Meier36-4614/+4614
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs6-7/+23
2015-02-13A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe5-0/+655
2015-02-13Qt: Try to make some dialogs behave like windows.Gerald Combs2-3/+3
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-13Italian translation updateVincenzo Reale2-556/+559
2015-02-13Qt: Revert g6e88978 for main_status_bar.Gerald Combs2-9/+9
2015-02-13Qt: Make WiresharkDialog act like a window.Gerald Combs1-1/+1
2015-02-13Qt: Double clicking a packet opens the packet window.Gerald Combs1-0/+2
2015-02-13Qt: More #include → forward declarations.Gerald Combs27-106/+150
2015-02-13Qt: ElidedLabel doesn't support rich text / HTML.Gerald Combs3-14/+24
2015-02-13Try to fix compilation on OS X.Gerald Combs1-0/+1
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs18-66/+471
2015-02-12Docbook: Don't build PDF release notes by default.Gerald Combs1-1/+3
2015-02-12WSDG: Start adding Qt material.Gerald Combs3-49/+107
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin8-35/+33
2015-02-12BT ATT: memory given to add_new_data_source() must be allocated in pinfo scopePascal Quantin1-1/+1
2015-02-12Gryphon: do not use col_set_str with non constant stringsPascal Quantin1-1/+1
2015-02-12nmake: Allow Cygwin path to be providedRoland Knall1-1/+3
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 Labedzki5-24/+33
2015-02-12Revert ""Hide" hashether_t structure."Anders Broman4-28/+13
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman6-92/+51
2015-02-12Make get_manuf_name return a const string.Michael Mann6-51/+92
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