aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris24-234/+78
2018-07-02Update a comment.Guy Harris1-4/+8
2018-07-02Use proto_tree_add_item() to add a seconds value.Guy Harris1-7/+2
2018-07-02Add support for 8+8 and 8+4 struct timespec, and use it with 9P.Guy Harris2-76/+78
2018-07-01Use proto_tree_add_item() to add a seconds value.Guy Harris1-5/+1
2018-07-01Use proto_tree_add_item() to add a seconds/nanoseconds value.Guy Harris1-5/+1
2018-07-01smb2: Add request/response arrowsDylan Ulis1-2/+2
2018-07-01NGAP: upgrade dissector to v15.0.0Pascal Quantin15-532/+1544
2018-07-01Mkae the handling of non-full-frame time stamps match RFC 5456.Guy Harris1-34/+91
2018-07-01Bluetooth: ATT: Implement 0x2A0B-0x2A1B remaining characteristicsMichał Łabędzki1-5/+174
2018-07-01XnAP: capitalize 2 hand made fieldsPascal Quantin2-4/+4
2018-07-01S1AP: search GCSNA dissector only at startupPascal Quantin2-12/+10
2018-07-01Fix creation of conversation.Guy Harris1-2/+1
2018-07-01Fix debugging code.Guy Harris1-3/+87
2018-06-30mdp: fix no previous prototype for ‘proto_reg_handoff_mdp’ [-Wmissing-pro...Alexis La Goutte1-0/+1
2018-06-30Minimal support for ECJPAKE.Markus Becker2-0/+8
2018-06-30ubdp: fix no previous prototype for ‘proto_reg_handoff_ubdp’ [-Wmissing-p...Alexis La Goutte1-0/+1
2018-06-30Exablaze: Fix signed/unsigned comparisonUli Heilmeier1-1/+1
2018-06-30packet-cisco-fp-mim.c: Add support for FP packets that contain an extra QinQ ...Joerg Mayer1-68/+116
2018-06-29XnAP: add an option to force target NG-RAN container decoding formatPascal Quantin3-78/+138
2018-06-29XnAP: add dissector based on v15.0.0Pascal Quantin15-254/+14823
2018-06-28AT: Allow padding in heuristic checkDarien Spencer1-11/+42
2018-06-28packet-ieee80211.c: Mikrotik IE should be Routerboard, added dissection updateJeremy Martin2-29/+57
2018-06-28sflow: print sysuptime in human readable form.Dario Lombardo1-1/+4
2018-06-28Fix indentation.Guy Harris1-19/+19
2018-06-28packet-lldp.c: Some updates to Cisco vendor subtypes (UPOE and ACI)Joerg Mayer1-38/+109
2018-06-28NGAP: dissect PLMNIdentity IEPascal Quantin3-73/+102
2018-06-28NGAP: display TAC and EPS TAC as DEC_HEXPascal Quantin2-77/+109
2018-06-28X2AP: display 5GS TAC as DEC_HEXPascal Quantin2-112/+129
2018-06-28S1AP: display 5GS TAC as DEC_HEXPascal Quantin2-103/+120
2018-06-28nas5gs: Dissection updatesAndersBroman1-24/+17
2018-06-28IEEE 802.11: Disable FCS validation by default.Gerald Combs1-1/+1
2018-06-28DICOM: use pinfo pool memory for strings used in columnsPascal Quantin1-5/+5
2018-06-28opa: Add support for TID RDMA protocolAdam Goldman1-61/+336
2018-06-28Make white space consistent.Guy Harris1-9/+9
2018-06-28rtps: Fixed multichannel locator fields orderIsmael Mendez Matamoros2-1/+69
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu4-17/+243
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris5-8/+8
2018-06-28packet-mdp.c: New dissector for Cisco Meraki Discovery Protocoljmartin-usna2-0/+161
2018-06-28packet-updp.c: New dissector for Ubiquiti Discovery Protocoljmartin-usna2-0/+320
2018-06-28NAS EPS: add subtrees for extended emergency numbers and ciphered data setsPascal Quantin1-21/+37
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak1-1/+1
2018-06-27CIP: Improve Class 2/3 connection handlingDylan Ulis2-62/+71
2018-06-27Sort our column descriptions.Gerald Combs1-54/+64
2018-06-27NAS5GS: Dissect 5GS network feature support IE-AndersBroman1-13/+88
2018-06-27prefs: fix crash when importing old filter expression preferencePeter Wu1-4/+6
2018-06-27Ethernet: Disable FCS validation by default.Gerald Combs1-1/+1
2018-06-27BGP-MP NLRI can have Path ID for IPv4 Unicast/Multicast and Labeled UnicastVadim Fedorenko1-11/+59
2018-06-27Exported PDU: adjust protocol and tag tree lengthsPeter Wu1-3/+7
2018-06-26epan: Fix session null-pointer checkRoland Knall1-1/+1