aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Give more detailed information about capture permissions on Debian.Guy Harris2-14/+42
2018-06-11Rewrite make-{dissectors,taps} in PythonJoão Valverde11-450/+132
2018-06-11More shellcheck fixes.Gerald Combs4-16/+23
2018-06-11debian-setup: fix GnuTLS installation for Ubuntu 14.04Peter Wu1-4/+12
2018-06-11dct2000: call LTE NAS dissector for r13 releaseMartin Mathieson1-1/+2
2018-06-11Offer a permissions suggestion for macOS.Guy Harris1-0/+6
2018-06-11Fix names in declarations to match definitions.Guy Harris2-5/+7
2018-06-10Improve the secondary error messages for pcap errors.Guy Harris6-193/+299
2018-06-10[Automatic update for 2018-06-10]Gerald Combs10-3173/+21910
2018-06-10If device->active_dlt = -1, show "Unknown" rather than "DLT -1".Guy Harris2-13/+27
2018-06-10Do bounds checking of the offset and length in proto_tree_add_string().Guy Harris1-0/+16
2018-06-09Use FT_NONE, not FT_STRINGZ, for the field that covers the packet.Guy Harris1-104/+104
2018-06-09RRC: Simplify private data creationDarien Spencer2-21/+13
2018-06-09NBAP: Simplify private data creationDarien Spencer2-14/+8
2018-06-09RANAP: Simplify private data creationDarien Spencer2-14/+8
2018-06-09gitlab-ci: add opensuse build.Dario Lombardo1-0/+10
2018-06-09gitlab-ci: add centos build.Dario Lombardo1-0/+11
2018-06-09gitlab-ci: add tshark --version test after all jobs.Dario Lombardo1-0/+2
2018-06-09inap: Add Digits dissectionVasil Velichkov3-8/+217
2018-06-09fp: Use add_item_ret for cfn controlDarien Spencer1-27/+20
2018-06-09Fix handling of text headers with non-text values.Guy Harris1-1/+14
2018-06-09A bit of fine tuning the stcsig dissector.Joerg Mayer1-12/+20
2018-06-09gitlab-ci: make ubuntu steps a module.Dario Lombardo1-28/+30
2018-06-09camel: Add Digits dissectionVasil Velichkov5-26/+162
2018-06-09rpm: fix compilation on centos (uses cmake3).Dario Lombardo1-1/+9
2018-06-08Fixup a couple of shellcheck "fixes".Gerald Combs1-4/+5
2018-06-08Make the string representation of the frame bitmap cover the frame bitmap.Guy Harris1-1/+3
2018-06-08The string part of a NULL string is zero bytes long, not 4 bytes long.Guy Harris1-1/+1
2018-06-08NGAP: fix compilation with gcc 8.1.1Pascal Quantin3-290/+112
2018-06-08BT Common: fix dissection of 32 bits and 128 bits UUIDPascal Quantin2-50/+47
2018-06-08Show the names of the profile, device and cluster in the simple descriptor re...Paul Zander2-5/+109
2018-06-08rtps: Added data tagsIsmael Mendez Matamoros1-1/+64
2018-06-08LISP: Decode AFNUM_802 as AFNUM_EUI48Lorand Jakab1-0/+13
2018-06-08Diameter: Add enum value to 3GPP AVP 614 Server-Assignment-Type.AndersBroman1-0/+1
2018-06-08NGAP: New dissector for 3GPP TS 38.413AndersBroman13-0/+20600
2018-06-08rpm-setup: add rpmbuild package.Dario Lombardo1-1/+2
2018-06-08rpm-setup: add support for opensuse non-interactive mode.Dario Lombardo1-1/+2
2018-06-08tools: update rpm-setup.Dario Lombardo1-3/+8
2018-06-08SCTP: Add a checkbox to show relative TSNsruengeler3-33/+85
2018-06-08PROFINET: ErrorCode2 is updatedGizem Yurdagül1-10/+14
2018-06-08s101: add initializer.Dario Lombardo1-1/+1
2018-06-08New protocol support for Lawo EmberPlus which is Glow embedded in S101Gilles Dufour9-2/+3434
2018-06-08Fix again.Guy Harris1-1/+1
2018-06-08Fix indentation.Guy Harris1-1/+1
2018-06-08Use proto_tree_add_expert{_format}() to report errors.Guy Harris1-191/+259
2018-06-08ua3g: updated freeseating message decoding to support ipv6 address in maincpu...Nicolas Bertin1-1/+16
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs9-11/+11
2018-06-08FP: Migrating some fields to add_item_retDarien Spencer1-71/+45
2018-06-07Fix a comparison.Gerald Combs1-3/+3
2018-06-07Preincrement iterators for better performanceJaap Keuter2-4/+4