aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier11-1/+144
2015-02-15Add ws_mempbrk_sse42_compile to Valgrind suppression listPascal Quantin1-0/+10
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 Combs4-13/+281
2015-02-15IS-IS (LSP): Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-3/+3
2015-02-14Try to fix diagnostic suppression.Gerald Combs3-21/+22
2015-02-14Note why some header checks are done even if unnecessary on UN*X.Guy Harris1-0/+13
2015-02-14A small correction to the documentation to bring it in line with the code.Richard Sharpe1-2/+4
2015-02-14WSUG and image updates.Gerald Combs144-120/+157
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs6-11/+13
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 Mann4-13/+28
2015-02-14Don't check for C89 headers.Guy Harris9-42/+5
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