aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Try to make tap operations in the Qt UI more responsive.Gerald Combs1-0/+3
2014-07-17Add an Application Id.AndersBroman1-0/+3
2014-07-17When DNP3 heuristics are disabled, relax the conditions onGraham Bloice1-2/+2
2014-07-16Fix assertion error when no header field was decompressedTatsuhiro Tsujikawa1-0/+4
2014-07-16Fix regression related to OSPF related enum order definitionsJim Young1-12/+16
2014-07-16TLS: Update to the final RFC (7301) for ALPNAlexis La Goutte1-1/+2
2014-07-16Reflect the move of the buffer_ routines to libwsutil.Guy Harris2-5/+5
2014-07-16Allow the interface monitor routines to be called from C++.Guy Harris1-0/+8
2014-07-16Mark unused parameter as suchEvan Huus1-1/+1
2014-07-16Check for __func__ in checkAPIs.plEvan Huus1-0/+5
2014-07-16Allow expert info to show only items in the display filter.Michael Mann1-17/+59
2014-07-16Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris7-5/+5
2014-07-16The plural is "PDUs", not "PDU:s".Guy Harris3-4/+4
2014-07-16"Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris6-7/+7
2014-07-16Don't use __func__, use G_STRFUNC.Guy Harris2-7/+7
2014-07-16Squelch a warning.Guy Harris1-2/+4
2014-07-15Only one buffer.c, please.Guy Harris65-295/+58
2014-07-15No more README.irix.Guy Harris1-1/+0
2014-07-15Have buffer_free() null out the buffer data pointer.Guy Harris2-2/+4
2014-07-15ssl: move decoder init from ClientKeyExchange to ChangeCipherSpecPeter Wu4-21/+72
2014-07-15ssl: unify common Hello dissection to ssl-utilsPeter Wu4-223/+106
2014-07-15Looks like this file is completely outdated - at least the problemsJoerg Mayer1-132/+0
2014-07-15Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-1/+3
2014-07-15HTTP2: Fix double freeAlexis La Goutte1-0/+7
2014-07-15MAUSB dissection of control transfer responsesSean O. Stalley3-1/+23
2014-07-15Moved USB Setup Response Dissection into own functionSean O. Stalley1-40/+73
2014-07-15Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-9/+12
2014-07-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-07-15Get rid of cf_reset_state() - it's only called from one place.Guy Harris1-30/+15
2014-07-15Make the state variable an enum, and add a case for the IN_SKIP value.Guy Harris1-2/+10
2014-07-15Fix up library names when using CMake on WindowsGraham Bloice4-14/+29
2014-07-15Cleanup the "export PDU" common code.Guy Harris4-8/+7
2014-07-14Add application/atom+xml as an XML document type.Guy Harris1-0/+1
2014-07-14Treat CR-LF at the end of a line like LF.Guy Harris1-13/+37
2014-07-14Treat CR-LF at the end of a line like LF.Guy Harris1-1/+14
2014-07-14Rename parameter if_index to stop clang warning:Graham Bloice2-7/+7
2014-07-14Fix buildbot issues with commit f8f3239bb03487de1844ab0f6df0ba693322ce4bGraham Bloice1-2/+2
2014-07-14Add default ciphering and integrity algorithms to use for when control messag...Martin Mathieson1-3/+46
2014-07-13[Automatic manuf, services and enterprise-numbers update for 2014-07-13]Gerald Combs5-37/+326
2014-07-12proto_register_zbee_zcl_appl_evtalt: correct formattingРоман Донченко1-4/+2
2014-07-12Remove some $Id$ linesJoerg Mayer4-12/+0
2014-07-12fix scan_local_interfaces()Martin Kaiser3-12/+45
2014-07-12make unit-test suite work out-of-treeEvan Huus1-5/+15
2014-07-12dtls: fix faulty offsets and tvbuff referencesPeter Wu1-3/+3
2014-07-12dissectors/llrp: Add support for Impinj's Hub extensionPetr Štetiar1-0/+70
2014-07-11Add back -Qunused-arguments for Clang++.Gerald Combs1-1/+7
2014-07-11Fix the x64 builds after the commit:b3b1f7c3aa2233a147294bad833b748d38fba84dGraham Bloice1-3/+3
2014-07-11Add strlen casts.Gerald Combs1-2/+2
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs9-67/+145