summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann13-197/+260
2014-08-03Fix TCP/UDP/SCTP conversations broken by g59ef97d and g31ecdf5Pascal Quantin4-2/+65
2014-08-03[Automatic manuf, services and enterprise-numbers update for 2014-08-03]Gerald Combs4-14/+194
2014-08-03http2: Update to h2-14Tatsuhiro Tsujikawa6-630/+448
2014-08-03HTTP2: Fix README about change of nghttp2Alexis La Goutte1-1/+1
2014-08-03lbm: fix "member access within null pointer" warningPeter Wu1-1/+1
2014-08-03paltalk: fix undefined behavior (shift out of range)Peter Wu1-2/+14
2014-08-03HTTP2: Add a preference to enable/disable HTTP2 (weak) heuristicsAlexis La Goutte1-0/+24
2014-08-03Get rid of debugging output, and get CMake to produce verbose makefiles.Guy Harris2-32/+29
2014-08-03Remove get_next_di() and just use packet-scope for thoseEvan Huus1-22/+10
2014-08-03Fix an infinite loop when the line has no lengthEvan Huus1-1/+1
2014-08-03Fix uninitialized session ticketPeter Wu1-0/+2
2014-08-03wmem: get rid of the allocator timing testEvan Huus1-59/+0
2014-08-03Have ConversationDialog retain data between captures.Gerald Combs1-0/+6
2014-08-03Print the actual compiler, not its "CMake-id".Guy Harris1-2/+2
2014-08-03OK, try sorting the compiler options.Guy Harris2-13/+15
2014-08-02Note that the ...COMMON_FLAGS are for C and C++.Guy Harris1-0/+2
2014-08-02Convert the Statistics chapter to AsciiDoc.Gerald Combs4-740/+481
2014-08-02Fix markup.Gerald Combs1-1/+1
2014-08-02Always check some -f flags.Guy Harris1-3/+3
2014-08-02When testing compiler flags, test them with previously-tested flags.Guy Harris1-2/+2
2014-08-02Get rid of trailing blank line.Guy Harris1-1/+0
2014-08-02Fix Debian package build complaints.Guy Harris2-8/+41
2014-08-02Convert the build and install chapter to AsciiDoc.Gerald Combs7-916/+573
2014-08-02Dump additional debugging information.Guy Harris2-0/+11
2014-08-02Wait until the C and C++ compiler flags are fully set before showing them.Guy Harris1-3/+4
2014-08-02Add tvb_ensure_bytes_exist64 to the API list.Guy Harris1-0/+1
2014-08-02Add a routine to check whether all bytes implied by a 64-bit length exist.Guy Harris3-3/+30
2014-08-02MySQL: Support authplugin and connattrsDaniƫl van Eeden1-1/+117
2014-08-02fix multi-byte entries in Operator Profile capability loopsMartin Kaiser1-1/+1
2014-08-02fix warning: 'cipher_hd' may be used uninitialized in this functionEvan Huus1-0/+3
2014-08-02Add a cast to squelch a warning.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris47-187/+187
2014-08-02Revert "Make Lua taps work in out-of-source-tree builds."Evan Huus3-14/+11
2014-08-02Fix another (valid) complaint from the mac buildbotEvan Huus1-1/+1
2014-08-02Rename variable to avoid -Wshadow on mac buildbotsEvan Huus1-6/+6
2014-08-02Make the nameres test suite work out of tree by looking for the global hostsJeff Morriss1-3/+6
2014-08-02Make Lua taps work in out-of-source-tree builds.Jeff Morriss3-11/+14
2014-08-02CompiledFilterOutput dialog fixes and updates.Gerald Combs4-50/+62
2014-08-01Fixing indentation with tabs in isis dissectorMatthieu Texier6-3163/+3261
2014-08-01Fix variable-length managment packet dissectionSean O. Stalley1-0/+5
2014-08-01Fix comparison.Gerald Combs1-1/+1
2014-08-01Remove the old wireshark binary during RPM upgrades.Jeff Morriss1-1/+7
2014-08-01Fix the CMake WinPcap library path check.Gerald Combs1-1/+7
2014-08-01Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-08-01Update to match the current Windows Buildbot environment.Gerald Combs1-23/+21
2014-08-01Add the easy_codec plugin to the source distribution.Jeff Morriss3-0/+36
2014-08-01cmake: forget about plugins/asn1: it's not used any more.Jeff Morriss1-1/+0
2014-08-01Add doxygen_global.cfg to the source distribution.Jeff Morriss1-1/+2
2014-08-01tcp: detect invalid window scale shift valuePeter Wu1-3/+12