aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-25Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.Jeff Morriss1-1/+1
2015-07-25MSWSP: Initial implementation of MS-WSP (windows search protocol) dissectorGregor Beck9-36/+8256
2015-07-24MAC LTE: fix dump of last SDUPascal Quantin1-2/+2
2015-07-24Try deleting WiresharkDialog when we close it.Gerald Combs4-11/+19
2015-07-24MAC LTE: fix dissection when only header is captured but full PDU length is r...Pascal Quantin1-5/+22
2015-07-24RLC: fix dissection when only header is captured but full PDU length is reportedPascal Quantin1-2/+2
2015-07-24RLC LTE: fix dissection when only header is captured but full PDU length is r...Pascal Quantin1-2/+2
2015-07-24PDCP LTE: fix dissection when only header is captured but full PDU length is ...Pascal Quantin1-2/+2
2015-07-24SIP: heuristic dissectors should use the captured length, not the reported onePascal Quantin1-2/+2
2015-07-241.99.8 → 1.99.9.Gerald Combs10-14/+14
2015-07-24Build 1.99.8.Gerald Combs4-2137/+6144
2015-07-24Fix CMake 7zip searchGraham Bloice1-2/+6
2015-07-24Skip large files when fuzzing with valgrindEvan Huus1-0/+5
2015-07-24Fix the Copy menu placement in the ProtoTree context menu.Gerald Combs1-2/+2
2015-07-24Lua: add the 1.12.x Lua API to the globals verification test suiteHadriel Kaplan2-0/+1266
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan4-19/+19
2015-07-23Fix 7-zip searchGraham Bloice1-1/+2
2015-07-23Fix QCocoaMenu errors.Gerald Combs2-37/+32
2015-07-23Update the release notes.Gerald Combs1-0/+6
2015-07-23Fixup selected packet arithmetic.Gerald Combs1-1/+3
2015-07-23Add support for MB2c Diameter interface.Umberto Corponi2-1/+387
2015-07-23openSAFETY: Disable heur dissector & scm bugfixRoland Knall1-72/+63
2015-07-23epl: Fix epl write multiple parameter by indexChristoph Schlosser1-15/+52
2015-07-23CheckAPI: Add a shadow variable checkAlexis La Goutte1-0/+30
2015-07-23NTP: fix DISSECTOR_ASSERT when decoding v6_flagsAlexis La Goutte1-2/+2
2015-07-23Add decoding of following GSM A RR messages:Jean Thomas1-3/+63
2015-07-23Add test_length to ptvcursor_add so it can do some bounds checking.Michael Mann1-24/+27
2015-07-23Lua: add plugin version infoHadriel Kaplan3-6/+101
2015-07-23Add Enabled Protocols dialog for QtMichael Mann13-1/+619
2015-07-23HTTP2: Update to libnghttp2 1.1.2Alexis La Goutte6-32/+63
2015-07-23Qt < 5.1 doesn't have devicePixelRatio().Gerald Combs1-2/+4
2015-07-23qt_ui_utils.h: fix empty paragraph passed to '@return' command [-Wdocumentation]Alexis La Goutte1-1/+0
2015-07-23Show the current selection in the overlay scrollbar.Gerald Combs3-20/+41
2015-07-22RTSP: allow RTP heuristic dissection of RTSP interleaved channel dataHadriel Kaplan2-3/+20
2015-07-22WCCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-07-22Update the AUTHORS entry for David Eisner.Gerald Combs1-1/+1
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin3-8/+8
2015-07-22Add documentation for new enable/disable protocol and heuristic dissector opt...Michael Mann3-0/+26
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin13-36/+88
2015-07-22Ensure to copy the (un)resolved (source|destination) address columns before f...Pascal Quantin2-35/+35
2015-07-22PCLI: Expand protocol supportLuke Mewburn3-43/+160
2015-07-21Translation (Qt): fix typoAlexis La Goutte1-1/+1
2015-07-21Add manual name address resolution.Gerald Combs14-22/+474
2015-07-21coap: fix decoding of observe extensionHauke Mehrtens1-5/+11
2015-07-21Update symbols.Guy Harris1-1/+23
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris35-236/+340
2015-07-21Be more careful about variable scope and quoting.Gerald Combs1-2/+2
2015-07-21LTE RRC: fix a typoPascal Quantin2-2/+2
2015-07-21MQ: fix dissection of Work Information Header Reserved fieldRobert Beardsworth1-2/+2
2015-07-21Don't make dummy RPC program entries.Guy Harris1-60/+38