aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-14epan: Make expert info summary text mandatoryStig Bjørlykke4-9/+7
2017-12-14Fix detection of Lua when there's no pkgconfig file.Jeff Morriss1-1/+12
2017-12-14ieee1905: Fix an incorrect flags dissection.Richard Sharpe1-1/+1
2017-12-14ieee1905: Fix for a malformed packet with a Steering request.Richard Sharpe1-5/+27
2017-12-14Register the UDS dissector by name.Guy Harris1-3/+4
2017-12-14Fix types.Guy Harris1-3/+3
2017-12-14Replace a comma with a semicolon, which it presumably was intended to be.Guy Harris1-1/+1
2017-12-14Qt: Fix a cast.Gerald Combs1-3/+1
2017-12-13Add doc/README.build-system with CMake and autotools informationJoão Valverde1-0/+21
2017-12-13Qt: Add ui, qrc and qm files to sourceRoland Knall1-0/+4
2017-12-13Add a model to use for Expert Info dialog.Michael Mann12-524/+1141
2017-12-13epan: Use expert info summary text as field nameStig Bjørlykke2-3/+7
2017-12-13epan: Show a check mark in custom columns for FT_NONE typesStig Bjørlykke1-8/+1
2017-12-13Fix RPM build: include the User Guide.Jeff Morriss1-0/+8
2017-12-12epan: Use check mark in protocol custom columnStig Bjørlykke1-2/+3
2017-12-12nfapi: Add missing expert info summaryStig Bjørlykke1-2/+2
2017-12-12fuzzer: add check for ftell return value (CID: 1426073).Dario Lombardo1-0/+1
2017-12-12cmake: Remove -Wcomma for C++ when using Qt >= 5.10Stig Bjørlykke1-1/+12
2017-12-12qt: follow stream: fix crash during closeMartin Kaiser2-2/+10
2017-12-12ieee80211: Add additional ANQP IEs defined in IEEE802.11-2016.Richard Sharpe1-16/+66
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs8-103/+101
2017-12-11SIP statistics: use flipped indices for tables when incrementing statsMartin Mathieson1-2/+2
2017-12-11Fix make distcheckJoão Valverde4-32/+15
2017-12-11fix compilation without pcap.Dario Lombardo4-9/+30
2017-12-11[capture_info] Move capture_info_new_file() to capture.cAndersBroman3-131/+114
2017-12-11[capture_info] Fold the code of capture_info_open() into ui/capture.cAndersBroman4-21/+16
2017-12-11gitlab-ci: restyle the gcc buildsDario Lombardo1-34/+30
2017-12-11SIP statistics: fix problems with invalid itemsMartin Mathieson1-5/+9
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs7-98/+79
2017-12-11Fix make distcheckJoão Valverde1-1/+0
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde19-354/+320
2017-12-11NTP: fix authenticator dissection when padding is usedPascal Quantin1-3/+17
2017-12-11NTP: fix parsing of multiple comma separated identifiersPascal Quantin1-2/+7
2017-12-10[Automatic update for 2017-12-10]Gerald Combs10-86/+282
2017-12-10Win32: Add checks for _WIN32_WINNT and NTDDI_VERSION.Gerald Combs2-2/+13
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann104-1366/+107
2017-12-10Add support for MongoDB OP_COMPRESSED packetsDerick Rethans1-48/+216
2017-12-10SOCKS: Display right version in pseudo headerUli Heilmeier1-14/+17
2017-12-10asterix: wrong presentation of fields I009/080 in CAT009.Marko Hrastovec1-3/+3
2017-12-10LLDP: Add 802.3 TLV Additional Ethernet Capabilities (Subtype 7)Anton Glukhov1-0/+59
2017-12-09make-dissectors: Indent and cleanup #includeJoão Valverde1-26/+32
2017-12-09[MIPv6] Fixed IPv4 Home Address OptionMatej Tkac1-1/+0
2017-12-09Allow switching direction in LTE RLC graphMartin Mathieson6-25/+74
2017-12-08Typing error correction for CAT002 settings selection.Marko Hrastovec1-1/+1
2017-12-08oss-fuzzshark: fix compilation.Jakub Zawadzki1-1/+1
2017-12-08Try to fix win32 build, add ui/packet_range.h include.Jakub Zawadzki1-0/+1
2017-12-08[SCTP] Export of reassembled PDU uses wrong tvb.AndersBroman1-1/+1
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris91-104/+259
2017-12-08PROFINET: AdjustMAUType-Extension and CheckMAUTypeExtensionGizem Yurdagül1-2/+75
2017-12-08Hand the packet provider functions to epan_new().Guy Harris12-119/+98