aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-03-07spdx: more licenses converted.Dario Lombardo14-190/+14
2018-03-07More licenses converted to SPDX.Dario Lombardo5-65/+5
2018-03-07bluetooth: Update Assigned NumbersStig Bjørlykke1-19/+100
2018-03-07Fix another leak, which happens with -E occurrence=l.Guy Harris1-4/+20
2018-03-07WIP:ieee80211: HotSpot 2.0 fixes.Richard Sharpe2-25/+581
2018-03-07print: free memory if not used (found by clang).Dario Lombardo1-2/+5
2018-03-07ieee802154: fix 'wpan.tsch.timeslot' exists multiple times with NOT compatibl...Alexis La Goutte1-1/+1
2018-03-07nas_5gs: fix duplicate entryAlexis La Goutte1-1/+1
2018-03-07IEEE 802.15.4: Add expert warning for Payload IE in headerEd Beroset1-1/+8
2018-03-07PCP: allocate conversation info in file scopePascal Quantin1-1/+1
2018-03-07H223: fix a memory leak in conversation managementPascal Quantin1-1/+1
2018-03-07SMB1/2: Update some FileFS fields with new flagsRonnie Sahlberg2-8/+123
2018-03-07multipart: use packet scope memory to avoid leaking in case an exception is t...Pascal Quantin1-5/+11
2018-03-07GIOP: use wmem packet scope for get_modname_from_repoid()Pascal Quantin1-1/+1
2018-03-07LAPD: fix some memory leaks in conversation managementPascal Quantin1-2/+2
2018-03-07SMB2: use file scope to avoid leaking memoryPascal Quantin1-5/+5
2018-03-07Add additional dissect information in the ZCL Level Control Cluster.Paul Zander1-1/+37
2018-03-07ISUP: plug some memory leaksPascal Quantin1-0/+2
2018-03-07oids.c: fix a memory leak in oid_string2subid()Pascal Quantin1-0/+1
2018-03-07Eliminate unused structure members and an unused list.Guy Harris1-10/+0
2018-03-06Get rid of unused information.Guy Harris1-9/+1
2018-03-06TN3270: fix memory leaks in conversation managementPascal Quantin1-2/+2
2018-03-06maxmind_db.c: fix a memory leakPascal Quantin1-0/+1
2018-03-06maxmind_db.c: add an explicit cast to please gcc 7.3.1Pascal Quantin1-1/+1
2018-03-06IEEE 802.15.4: individual functions for MHR/PIE/payload processingRobert Sauter2-99/+209
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs13-1082/+876
2018-03-06ipsec: zero memory in get_full_ipv6_addr (found by clang).Dario Lombardo1-0/+2
2018-03-06dcm: Fixed crash in dissector, and other bugs Some tag descriptions which are...david-aggeler1-169/+226
2018-03-06Use the generic function decode_zcl_time_in_100ms instead of the local zcl_fm...Paul Zander1-8/+2
2018-03-06VLAN: define a recursion depth limitPascal Quantin1-2/+16
2018-03-05wisun: fix, improve, and refactor Wi-SUN IEsRobert Sauter1-98/+104
2018-03-05Add missing ZigBee ZCL Scene cluster commands.Paul Zander3-17/+175
2018-03-05IEEE 802.15.4: always allocate protocol data if not presentPascal Quantin1-3/+2
2018-03-05NBAP: avoid linking a DCH-ID to itselfPascal Quantin3-11/+11
2018-03-05wisun: dissect Wi-SUN Netricity IEsRobert Sauter1-0/+75
2018-03-046LoWPAN: fix cast-qual warningRobert Sauter1-5/+5
2018-03-04dof: use tvb_memdup instead of g_memdup.Dario Lombardo1-10/+2
2018-03-04dot11decrypt: free memory on exit (found by clang).Dario Lombardo1-0/+2
2018-03-04RTSP: Fixed missing space in column info between multiple pipelined messagesJiri Novak1-0/+7
2018-03-04dissectors: epon: Improve preamble detectionHauke Mehrtens1-3/+5
2018-03-04[Automatic update for 2018-03-04]Gerald Combs1-0/+12
2018-03-04enip: use wmem for copied addressesMartin Kaiser1-2/+2
2018-03-04mmse: remove a ton of if (tree) checksMartin Kaiser1-535/+470
2018-03-04clean up tvb_get_guintvar() a bit moreMartin Kaiser1-21/+26
2018-03-04wap: include stdio.hMartin Kaiser1-0/+2
2018-03-04tvb_get_guintvar: correct a debug printMartin Kaiser1-9/+2
2018-03-04tvb_get_guintvar: don't overflow our return valueMartin Kaiser1-1/+1
2018-03-04Add support for new peekremote features.Nicolas Darchis1-1/+30
2018-03-04PDCP: show wrong calculated digest on MAC item, and add some comments about c...Martin Mathieson1-1/+6
2018-03-03PDCP: don't link back security setup to selfMartin Mathieson1-3/+5