aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2018-05-26quakeworld: fix issue found by PVS Studio (V529)Alexis La Goutte1-2/+4
2018-05-26ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2018-05-26gQUIC: update code source link and add new error codeAlexis La Goutte1-5/+18
2018-05-26gQUIC: it is possible to have multiple COPT TagAlexis La Goutte1-3/+3
2018-05-26ssh: change return value from gint to guint (CID: 1417453).Dario Lombardo1-1/+1
2018-05-26More comment updates.Guy Harris1-3/+12
2018-05-26Fix comments.Guy Harris1-3/+4
2018-05-25Update protocol references.Guy Harris1-0/+9
2018-05-25SSL: Send the record_length to the dissect_ssl3_alert and use itEugene Adell1-5/+5
2018-05-25PAPI: Add new type for WebCCAlexis La Goutte1-0/+3
2018-05-25ua3g: move if in the fallthrough case.Dario Lombardo1-2/+2
2018-05-25ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, wh...Nicolas BERTIN2-70/+38
2018-05-25uaudp: removed old/unused code (#if 0...#endif)Nicolas BERTIN1-69/+9
2018-05-25smb: fix wrong exported smb2 object due to hash collisionPeter Wu1-1/+2
2018-05-25ieee80211: Support raw 802.11 data frame dissectorsMikael Kanstrup1-0/+10
2018-05-25media_type: Default decode application/octet-stream as dataStig Bjørlykke3-20/+17
2018-05-24ieee80211: Make DMG Capabilities dissection handle earlier formatsRichard Sharpe1-6/+22
2018-05-24PDCP NR: add a framing option to indicate MAC-I presence in user plane PDU (C...Pascal Quantin2-26/+28
2018-05-24opa-mad: Add Support for Reassembly of PA & SA RMPP packetsAdam Goldman1-26/+186
2018-05-246lowpan: fix reassembly for forwarded packetsPeter Wu1-2/+43
2018-05-24DoIP: ISO 13400-2 Diagnostic communication over Internet ProtocolTobias Rasmusson2-0/+999
2018-05-24RNSAP: Parse transportLayerAddress and bindingIDDarien Spencer3-13/+166
2018-05-24NBAP: Fix style issues in .cnfDarien Spencer2-307/+159
2018-05-24ieee80211: Add dissector for Aerohive vendor specific IEAdrian Granados1-0/+76
2018-05-24coap: Revert "Store ctype values in transaction tracking"Stig Bjørlykke2-11/+1
2018-05-24pfcp: updated names Sx -> PFCPJoakim Karlsson1-35/+35
2018-05-24uaudp: simplified code (moved tests of length before the switch/cases)Nicolas BERTIN1-99/+36
2018-05-24ieee80211: Make QoS DSCP Exception and Range descriptions searchable.Richard Sharpe1-3/+3
2018-05-23ieee80211: extend DMG capabilities elementChaitanya Tata1-2/+101
2018-05-23IEEE 1722: rename IEC subdissector from 61883 to iec61883Pascal Quantin1-46/+46
2018-05-23NBAP: Simplify private data APIDarien Spencer3-1553/+670
2018-05-23vnc: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-05-23VNC: move parentheses (and reindent code).Alexis La Goutte1-46/+46
2018-05-23RANAP: optimize a bit the heuristic checksSam Cisneros2-11/+19
2018-05-23RNSAP over SCCP heuristic dissectorSam Cisneros2-7/+161
2018-05-23NBAP: remove an unused expert info fieldPascal Quantin2-8/+4
2018-05-23NBAP: remove a useless maskPascal Quantin2-4/+4
2018-05-23uaudp: added support of IPv6 address for the system_ip preference value.Nicolas BERTIN1-9/+19
2018-05-23NBAP: optimize a bit the heuristic checksPascal Quantin2-13/+21
2018-05-22enip: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2018-05-22sccp: fix data reassembly with multiple fragmentsPeter Wu1-53/+125
2018-05-22nas-5gs: Return if the message isn't 5GS.Anders1-1/+1
2018-05-22rnsap: fix use-after-free of "obj_id"Peter Wu3-68/+122
2018-05-22lwm2mtlv: Fix reloading Resource name tableStig Bjørlykke1-2/+2
2018-05-22rlc: Catch exceptions from sub-dissectorsDarien Spencer1-11/+30
2018-05-22ieee80211: fix the value for CBAP allocationChaitanya Tata1-1/+1
2018-05-21GTP: update GTP-U extension header typesPascal Quantin1-24/+158
2018-05-21Update some CMakeListsCustom.txt templatesPascal Quantin1-2/+2
2018-05-21PDCP NR: status bitmap starts at FMC+1Pascal Quantin1-3/+3
2018-05-21sccp: refactor XUDT/XUDTS dissection to reduce code duplicationPeter Wu1-157/+106