aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-11-10ieee80211: Fix Vendor Specific Fixed Field dissection.Richard Sharpe1-3/+2
2018-11-10MMSE: catch length overflows to avoid infinite loop.Jeff Morriss1-1/+13
2018-11-09Diameter-3gpp: Dissect the SMS inside AVP 3301 SM-RP-UI.Anders Broman3-0/+51
2018-11-09ICMP: Add Extended Echo (Probe) RFC8335Uli Heilmeier1-1/+255
2018-11-09ieee80211: Dissect RSN GTK and IGTK IEMikael Kanstrup1-6/+88
2018-11-09isakmp: Free the UAT tables' records using a free callbackVasil Velichkov1-26/+71
2018-11-09dot11decrypt: Create RC4 decryption and key copy helper functionsMikael Kanstrup3-46/+62
2018-11-08GTP: fix NR user plane DL data delivery statusPrerit Jain1-5/+16
2018-11-08proto.c: increase the number of pre allocated fieldsPascal Quantin1-1/+1
2018-11-08SMPP: prevent triggering an exception in the heuristic checksPascal Quantin1-4/+5
2018-11-08SRT: clear the state after displaying itAlan Birtles1-2/+2
2018-11-08NAS EPS: update ciphering heuristic check for 15 EPS bearers contextsPascal Quantin1-6/+5
2018-11-08docsis: Changed vendor-specific TLV to 44 to conform CM-SP-MULPIv3.1-115-180509Andrii Vladyka1-1/+1
2018-11-07gsm_abis_oml: Decode Primary OML IP Address as big endianPau Espin Pedrol1-1/+1
2018-11-07gsm_abis_oml: Support decoding IPA Primary OML Config ListPau Espin Pedrol1-0/+1
2018-11-07GSM MAP: register a few more MAP SSNs by default.Jeff Morriss2-2/+2
2018-11-076lowpan: fix handling of UDP packets without payloadRobert Sauter1-5/+5
2018-11-07NTP: fix dissection of authentication parameters in mode 7 packetsPascal Quantin1-12/+14
2018-11-07DNS: fix compilation broken by g224aa2ed98Pascal Quantin1-1/+1
2018-11-07Add XMSS for SSHFP. This has shipped with OpenSSH since release 7.7Loganaden Velvindron1-0/+2
2018-11-06ieee80211ah: Start adding support for S1G.Richard Sharpe2-0/+52
2018-11-06CDMA2000: add what seems to be a missing breakPascal Quantin1-0/+1
2018-11-06NTP: add request/response tracking to mode 7 packetsPascal Quantin1-27/+66
2018-11-06NTP: fix parsing of NTP mode 7 messagesPascal Quantin1-34/+62
2018-11-06Add dissector for CDMA 2000 3GPP2 C.S0005-E v3.0Anders Broman2-0/+5324
2018-11-06Add GCSNA General Circuit Services Notification Application ProtocolAnders Broman2-0/+453
2018-11-06Add Secure Reliable Transport dissectorMaxim Sharabayko2-0/+1220
2018-11-06Add dissector for ANSI Local Number Portability Database Query Protocol.Anders Broman7-0/+1100
2018-11-05ansi tcap: Fix faulty mask for AMSI MAP "family" in Operation codeAnders Broman2-2/+2
2018-11-05nas5gs: Use tfs_nas_5gs_ul_data_sts_psi in a couple of more places.Anders Broman1-4/+4
2018-11-05gtpv2: Add dissection of SCEF PDN Connection.Anders Broman1-6/+20
2018-11-05ieee802154: Free uat table recordsVasil Velichkov1-2/+23
2018-11-05btrfcomm: Free uat table recordsVasil Velichkov1-2/+22
2018-11-05DHCP: Handle proxyDHCP on UDP port 4011.Darius Davis1-3/+18
2018-11-04PFCP: corrected field naming typoJose Rubio1-8/+8
2018-11-04UDP/UDP-Lite : Add Conversation timestampsLajos Olah2-10/+128
2018-11-04c1222: Free uat table recordsVasil Velichkov2-7/+47
2018-11-04wireguard: Free uat table recordsVasil Velichkov1-2/+21
2018-11-03IAX: Don't try and copy a non-existent addressTom Hughes1-1/+2
2018-11-03TDS: Remove Type info for ValueAlexis La Goutte1-1/+0
2018-11-03IAX: Don't try and convert an invalid codec to a maskTom Hughes1-1/+1
2018-11-03IAX: Fix the bitmask extracting the subclass fieldJohannes Altmanninger1-1/+1
2018-11-03%f suffices for floats and doubles.Guy Harris1-2/+2
2018-11-02tds: use %lf instead of G_GINT64_MODIFIER for text.Dario Lombardo1-1/+1
2018-11-02isakmp: free the ikev[12] uat tables on shutdownVasil Velichkov1-0/+22
2018-11-02TDS: Display value of data on top of fieldAlexis La Goutte1-6/+18
2018-11-02teamspeak2: fix indentAlexis La Goutte1-3/+3
2018-11-02IAX: Fix compilation when DEBUG_HASHING is definedTom Hughes1-1/+2
2018-11-02oer: fix spelling-error-in-binary found by lintianAlexis La Goutte1-1/+1
2018-11-02cemi: fix dead assignment (found by clang).Dario Lombardo1-1/+1