aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo96-1248/+96
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo23-328/+23
2018-01-19radiotap: Updates to the radiotap dissector to avoid confusion.Richard Sharpe2-44/+307
2018-01-19Qt: Force integer font metrics in the byte view.Gerald Combs1-12/+15
2018-01-19ieee1905: Bring AP Metric TLVs into conformance with the SPECRichard Sharpe1-15/+68
2018-01-19Qt: add sanity check in InterfaceTreeCacheModel (found by clang).Dario Lombardo1-3/+1
2018-01-19Qt: remove leak from PathChooserDelegate (found by clang).Dario Lombardo1-2/+3
2018-01-19epl: Correctly display the error for available bytesRoland Knall1-3/+4
2018-01-19file: free memory on exit (found by clang).Dario Lombardo1-1/+3
2018-01-19RVSP: fix typo found by conflict hfAlexis La Goutte1-2/+2
2018-01-19plugin_if: don't allocate memory and cast it instead.Dario Lombardo1-18/+6
2018-01-19extcap: add g_free (found by clang).Dario Lombardo1-0/+1
2018-01-19tap-sctp: change if to switch for a default case (found by clang).Dario Lombardo1-8/+22
2018-01-19tap-wspstat: cast memory instead of allocate.Dario Lombardo1-7/+5
2018-01-19wimax (plugins): fix no previous prototype for function 'proto_reg_handoff_wi...Alexis La Goutte1-0/+1
2018-01-19Be accurate in release notesJaap Keuter1-1/+1
2018-01-19Don't do pcap heuristics on a pipe.Guy Harris3-44/+82
2018-01-19S1AP: upgrade dissector to v15.0.0Pascal Quantin10-146/+1424
2018-01-18Remove an unnecessary test.Guy Harris1-49/+44
2018-01-18Use separate pointers for the input expert info and the copy we make.Guy Harris1-6/+8
2018-01-18Don't overwrite the struct wtap_pkthdr; copy and change it instead.Guy Harris1-3/+15
2018-01-18Qt: Fixup a cast.Gerald Combs1-1/+1
2018-01-18Qt: return if cf_read_record() fails in PacketDialog (found by clang).Dario Lombardo1-1/+4
2018-01-18glusterfs: Add support for getvolumeinfo procedurePrashanth Pai2-1/+34
2018-01-18[PFCP] Corrected Header Fields in Report Type IEMatej Tkac1-4/+4
2018-01-183GPP NAS: rework PCO loop to better report extra data at the end of the payloadPascal Quantin1-7/+9
2018-01-18cmake: add ps.c to the checkAPI list with the proper path.Dario Lombardo1-1/+1
2018-01-18LPP: upgrade dissector to v14.4.0Pascal Quantin6-24/+14
2018-01-18Make apply_profile_changes() return a non-const pointer.Guy Harris4-8/+9
2018-01-18X2AP: upgrade dissector to v15.0.0Pascal Quantin9-410/+8664
2018-01-18Don't cast away constness.Guy Harris1-1/+1
2018-01-18Constify some pointers.Guy Harris1-8/+8
2018-01-18sharkd: set uninitialized values (found by clang).Dario Lombardo1-1/+3
2018-01-18sharkd: check for NULL before dereference (found by clang).Dario Lombardo1-0/+3
2018-01-18dcerpc: remove use-after-free (found by clang).Dario Lombardo1-1/+1
2018-01-18file: stop printing packets if 0 columns are asked (found by clang).Dario Lombardo1-0/+4
2018-01-18Don't cast away constness if it's not necessary.Guy Harris1-2/+2
2018-01-18Don't cast away constness if it's not necessary.Guy Harris1-1/+1
2018-01-18Make a pointer const that has no need not to be const.Guy Harris1-2/+2
2018-01-18Don't insist on reading a full buffer from the input file.Guy Harris1-155/+266
2018-01-18Qt: Fix bits highlighting in the byte view.Gerald Combs1-4/+5
2018-01-18Qt: I/O graph fixes.Gerald Combs4-40/+45
2018-01-17coap: Change Uri-Path from hidden to generatedStig Bjørlykke1-3/+3
2018-01-17Qt: ByteViewText hover fixes & updates.Gerald Combs4-29/+77
2018-01-16stat_tap: don't use-after-free (found by clang).Dario Lombardo1-1/+1
2018-01-16Wiretap: Add a missing comma.Gerald Combs1-1/+1
2018-01-16Update paths after dissector plugin move.Jaap Keuter2-3/+5
2018-01-16capchild: free memory on error.Dario Lombardo1-1/+3
2018-01-16Qt: add more sanity checks in utils (found by clang).Dario Lombardo1-1/+1
2018-01-16Qt: Fix proto tree links and related frames.Gerald Combs5-40/+62