aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-06Docs: Updates for xsltproc and Asciidoctor.Gerald Combs2-16/+60
2018-03-06CMake: Fixup our Chocolatey bin path discovery.Gerald Combs5-14/+21
2018-03-06CMake: Remove SH from the packate list.Gerald Combs1-1/+1
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs55-1503/+1524
2018-03-06CMake: Remove FindSH.Gerald Combs1-36/+0
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-06[Diameter] Added extended AVPs for Gx and RxJoakim Karlsson2-0/+50
2018-03-06[Diameter] fixed valid Diameter xmlJoakim Karlsson5-97/+140
2018-03-06VLAN: define a recursion depth limitPascal Quantin1-2/+16
2018-03-06extcap: add g_free to extcap_free_toolbar_value (found by clang).Dario Lombardo1-0/+1
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-04coloring rules dialogue: remove unused signalMartin Kaiser1-2/+0
2018-03-04Windows: Remove support for MSVC older than VS2015Graham Bloice5-44/+6
2018-03-04dissectors: epon: Improve preamble detectionHauke Mehrtens1-3/+5
2018-03-04[Automatic update for 2018-03-04]Gerald Combs13-40/+148
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
2018-03-03WiX: install the other plugin types as wellJaap Keuter2-1/+31
2018-03-03Don't crash in manually_resolve_cleanup() if there's nothing to clean up.Guy Harris1-4/+8
2018-03-03Move what capture_info_close() does into its only caller.Guy Harris3-14/+5
2018-03-03More indentation cleanups.Guy Harris1-13/+13
2018-03-03Clean up indentation.Guy Harris1-2/+2
2018-03-03Fix a warning message.Guy Harris1-1/+1
2018-03-03Remove declaration of routine that no longer exists.Guy Harris1-3/+0
2018-03-02Remove an ipmap remnant.Gerald Combs1-1/+0
2018-03-02Remove the endpoint "Map" feature.Gerald Combs17-546/+4
2018-03-02extcap: Make settings dialog modalRoland Knall1-0/+1
2018-03-02[NAS-5GS] Dissect more IEs.AndersBroman1-9/+283
2018-03-02More spawned process handling updates.Gerald Combs5-21/+70
2018-03-02Fuzz-test: Handle ABRT.Gerald Combs1-1/+16