aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-10prefs,ui: properly migrate old filter expressionsPeter Wu6-16/+45
2018-09-10radiotap: Correct support for 0-length PSDUs.Richard Sharpe2-1/+10
2018-09-10docsis: fixed regression that was introduced by adding FCS checkAndrii Vladyka1-12/+2
2018-09-10Qt: Restore column visibility when loading packetsStig Bjørlykke1-6/+8
2018-09-10Clean up the references to ChUserTable.Guy Harris1-13/+23
2018-09-10make-manuf.py: Expand a comment.Gerald Combs1-1/+7
2018-09-10Fix what seems like a copy-paste error.João Valverde1-1/+1
2018-09-10Avoid warnings about a format string being a variable.Guy Harris1-2/+6
2018-09-09Remove the tshark -z compare featureJoão Valverde6-662/+1
2018-09-09CMake: Use more descriptive name than WS_LD_FLAG_VALID0, 1, etc.João Valverde1-10/+7
2018-09-09CMake: Remove link test output lineJoão Valverde1-1/+0
2018-09-09Revert "Try unconditionally using the pragmas in Clang."Guy Harris1-2/+2
2018-09-09AIN: Add dissector for Advanced Inteligent Network protocol.Anders11-39/+15640
2018-09-09Try unconditionally using the pragmas in Clang.Guy Harris1-2/+2
2018-09-09Attempt to squelch a narrowing warning.Guy Harris1-1/+1
2018-09-09RTP/ED-137: Decoding of ED-137A and later additional features is splitted to ...Jirka Novak1-249/+544
2018-09-09Squelch narrowing conversion warnings.Guy Harris1-2/+2
2018-09-09CMake: We require version greater than 2.8.9.João Valverde1-11/+3
2018-09-09Fix handling of invalid type values.Guy Harris1-185/+99
2018-09-09CMake: Remove Qt specific code for warningsJoão Valverde1-27/+2
2018-09-09[Automatic update for 2018-09-09]Gerald Combs3-3/+32
2018-09-09RTPS: fixed large data issuesJuanjo Martin2-46/+68
2018-09-09docsis: validate header checksum before dissecting the payloadAndrii Vladyka1-86/+110
2018-09-09docsis: add CM STATUS-ACK MAC Management TLV (48)Andrii Vladyka1-24/+56
2018-09-09docsis: add RNG-RSP TLV 13 (T4 Timeout Multiplier)Andrii Vladyka1-19/+35
2018-09-09CMake: Remove unused variableJoão Valverde1-2/+0
2018-09-09wireguard: Make sure we don't try to free NULL pointerJoão Valverde1-3/+5
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde10-11/+13
2018-09-09CMake: Add function to test compiler flagsJoão Valverde1-33/+19
2018-09-08MBIM: Add dissectors for more servicesJano Svitok1-38/+947
2018-09-08Initialize broadcast_addr at compile time.Guy Harris1-2/+1
2018-09-08Don't use on-the-stack buffers for pinfo addresses.Guy Harris1-1/+2
2018-09-08Initialize epl_placeholder_mac at compile time.Guy Harris1-3/+2
2018-09-08AT: Add CMUX commandDarien Spencer1-0/+145
2018-09-08AT: Fix CSQ checking for wrong actionDarien Spencer1-1/+1
2018-09-08AT: Add GMI, GMM, GMR commandsDarien Spencer1-0/+89
2018-09-08Add Start-End timestamp columns to the RTP Streams report from tsharkMihai Codrean1-2/+4
2018-09-08Build the dpauxmon documentation.Gerald Combs1-0/+12
2018-09-08Register some unregistered etts.Jeff Morriss6-2/+12
2018-09-08CMake: Use upstream check compiler modules insteadJoão Valverde2-117/+0
2018-09-07systemd_journal: Add more fields.Gerald Combs1-1/+20
2018-09-07systemd Journal: Add a cast.Gerald Combs1-1/+1
2018-09-07make-manuf.py: Skip the title row of each .csv file.Gerald Combs2-3/+25
2018-09-07Qt: Add null check for finfo and hfinfoMartin Boye Petersen2-3/+4
2018-09-07We build Wireshark with Qt 5.9.5 on Windows; update the developer's guide.Guy Harris1-2/+2
2018-09-07PER: fix dissection of enumerated type with a single extension valuePascal Quantin1-14/+5
2018-09-07[packet-cp2179.c] - Added support for Function Code 0x04 and perform misc com...Chris Bontje1-189/+342
2018-09-07Lua: remove various logging functions (debug, warn, etc.)Peter Wu6-87/+16
2018-09-07cmake: optionally require Lua 5.1 or newerPeter Wu2-4/+3
2018-09-07wslua: fix source argument in debug info for luacovPeter Wu1-13/+15