summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Don't count packets twice for average using avg_stat_node_add_value_notick.Michael Mann1-4/+0
2015-10-05file.c: fix resource leak reported by Coverity (CID 1159387)Pascal Quantin1-1/+1
2015-10-05Qt: fix uninitialized members (UNINIT_CTOR) reported by Coverity (CID 1228882)Pascal Quantin1-1/+2
2015-10-05Qt: fix control flow issues (UNREACHABLE) reported by Coverity (CID 1224614)Pascal Quantin1-2/+0
2015-10-05AMQP: Fix warnings and the OSX 10.5 x86 buildPetr Gotthard1-3/+3
2015-10-05Allow use of variadic macrosPeter Wu12-396/+333
2015-10-05Fix warnings introduced by "Qt: Initial RTP playback"Peter Wu6-17/+11
2015-10-05Fix typos in rtp_player_dialog filesYFdyh0002-2/+2
2015-10-05AMQP: Navigation between publish/delivery and related ack/nackPetr Gotthard1-63/+339
2015-10-05Qt: Don't update the recent list while capturing.Gerald Combs3-1/+17
2015-10-05Remove tr() for setObjectNameYFdyh0002-4/+4
2015-10-05UDP: Make port column info similar to TCP, add length informationJoão Valverde4-11/+26
2015-10-05wslua: fix crash when a LUA error is raised in TRY blockPeter Wu3-5/+33
2015-10-05bacapp: attempt to fix windows buildPeter Wu1-1/+1
2015-10-04UDP: Rename UDPlite to UDP-LiteJoão Valverde2-9/+9
2015-10-04Expand, correct, and otherwise improve comments.Guy Harris2-6/+89
2015-10-04qt: fix crash when dragging RTP player out of viewPeter Wu1-1/+1
2015-10-04[isns]: use proto_tree_add_bitmask() for the iscsi node typeMartin Kaiser1-20/+10
2015-10-04Fix various memleaksPeter Wu13-39/+55
2015-10-04[Automatic update for 2015-10-04]Gerald Combs18-3789/+8454
2015-10-04Fix shortening error introduced by commit f28e23f1Graham Bloice1-2/+2
2015-10-04bacapp: fix -Wshift-negative-valuePeter Wu1-2/+2
2015-10-04Add preference to dissect DHCPv6 option 18 as a CableLab option.Michael Mann1-2/+30
2015-10-04Add NTP authentication dissection.Michael Mann1-341/+350
2015-10-03Added cotp_is to heuristic dissector list for ISO transport.Thomas Wiens1-0/+1
2015-10-03IPv6: don't call expert_info on if(tree)João Valverde1-262/+251
2015-10-03COMPOSE_FRAME_TYPE(fcf) is stored in frame_type_subtype.Guy Harris1-2/+2
2015-10-03Expand some comments.Guy Harris2-19/+41
2015-10-03Remove incorrect comment.Guy Harris1-1/+1
2015-10-03Fill in some 11ac fields in the pseudo-header.Guy Harris1-1/+7
2015-10-03Windows: add missing folders to uninstallerPascal Quantin1-0/+8
2015-10-03IPv6: store address in pinfo->pool instead of putting it on the stackPascal Quantin1-25/+26
2015-10-03ixveriwave: initialize vw_msdu_lengthPascal Quantin1-6/+1
2015-10-03If we don't have an NDP flag, make it 0.Guy Harris1-1/+1
2015-10-03Clean up whitespace.Guy Harris1-5/+5
2015-10-02Fix some issues with Series III.Guy Harris2-99/+414
2015-10-02arp: fix typo in switch (CID 1250809)Dario Lombardo1-1/+1
2015-10-02Add another speex cast.Gerald Combs1-2/+2
2015-10-02Use QVector::size instead of ::length.Gerald Combs2-5/+5
2015-10-02Revert "CMake: Don't feed -fPIC to Visual C++."Gerald Combs1-2/+1
2015-10-02Add casts to the speex resampler.Gerald Combs2-9/+9
2015-10-02Fix indentation after previous change.Guy Harris1-4/+4
2015-10-02Rename vwr_read_s2_W_rec - it handles both series II and III records.Guy Harris1-3/+3
2015-10-02Distcheck fixes.Gerald Combs2-2/+3
2015-10-02More formatting cleanups (no space between "no" and comma).Guy Harris1-1/+1
2015-10-02Get rid of unused variable.Guy Harris1-1/+0
2015-10-02Clean up formatting.Guy Harris1-4/+4
2015-10-02Qt: Show the QtMultimedia status.Gerald Combs1-1/+5
2015-10-02Qt: Initial RTP playback.Gerald Combs41-74/+3925
2015-10-02CMake: Don't feed -fPIC to Visual C++.Gerald Combs1-1/+2