aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Make TCP options into a dissector table.Michael Mann1-520/+497
2016-12-31TLS(1.3): Add PSK Key Exchanges Modes (45) hello extensionAlexis La Goutte2-2/+53
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann160-745/+548
2016-12-30ENC: fix parsing of header broken by gee242bdPascal Quantin1-3/+3
2016-12-30Revert "Support all MA modes, fix BB CRC and frag edge cases"Paul Williamson1-175/+85
2016-12-30cms: don't assert if eContent fails to be dissectedРоман Донченко2-15/+21
2016-12-30QUIC: Add SMHL (Support Max Header List Size) tagAlexis La Goutte1-1/+14
2016-12-30QUIC: fix link to error codeAlexis La Goutte1-2/+2
2016-12-30enc (openBSD): Add reserved/unused field for flagsAlexis La Goutte1-4/+11
2016-12-30enc (openBSD): fix flags field descriptionAlexis La Goutte1-3/+3
2016-12-30UDLD: Use correct flag bitsJaap Keuter1-2/+2
2016-12-29zvt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-12-29zvt: mark some functions as inlineMartin Kaiser1-10/+10
2016-12-29zvt: dissect card type and result code bitmapsMartin Kaiser1-2/+39
2016-12-29zvt: dissect the text lines TLV data objectMartin Kaiser1-1/+20
2016-12-29zvt: dissect the status apdu, add some more bitmapsMartin Kaiser1-2/+29
2016-12-29zvt: add some more tag namesMartin Kaiser1-1/+21
2016-12-29zvt: print the tag name in the tree headerMartin Kaiser1-1/+3
2016-12-29ISAKMP: add Reserved fields for Fibre ChannelMirko Parthey1-3/+11
2016-12-28Infiniband: Use base of packet tree (top_tree) for "infiniband.mad.cm.private...Michael Mann1-23/+24
2016-12-28ISAKMP: add traffic selector subtreeMirko Parthey1-105/+100
2016-12-28Added basic support for NVM Express over Fabrics for RDMA.Parav Pandit5-0/+1715
2016-12-27Move DigestInfo from pkcs12 to cmsРоман Донченко6-50/+42
2016-12-27Replace assignment with structure assignment (CID 1397183)Jaap Keuter1-2/+1
2016-12-27Merge AIM files into single dissector file.Michael Mann26-4806/+3100
2016-12-26zvt: dissect the TLV container's payloadMartin Kaiser1-26/+121
2016-12-25Remove individual post-dissect enable preferences.Michael Mann2-48/+21
2016-12-25DVB-CI: simplify dissection of the resource idMartin Kaiser1-22/+11
2016-12-25packetbb: Add decoding for TLV with single valueFrancois Schneider1-49/+327
2016-12-25Support all MA modes, fix BB CRC and frag edge casesMustBeArt1-85/+175
2016-12-25802.11(ad): split Sector Sweep Feedback in 2Alexis La Goutte1-3/+51
2016-12-25802.11(ad): fix typoAlexis La Goutte1-1/+1
2016-12-25802.11(ad): Enhance dissection of Beam RefinementAlexis La Goutte1-57/+50
2016-12-25802.11(ad): Add reserved field for BRP RequestAlexis La Goutte1-0/+7
2016-12-25802.11(ad): fix wrong bitmask for BRP TX AntennaAlexis La Goutte1-1/+1
2016-12-24AFP: fix indent (use tabs)Alexis La Goutte1-159/+159
2016-12-24ppi-vector: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-1/+1
2016-12-24bthci_evt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-4/+4
2016-12-24zvt: len is used in dissect_zvt_int_status()Martin Kaiser1-1/+1
2016-12-23Set BCP BPDU to size of bytes used by the protocol, not whole packet.Michael Mann1-0/+2
2016-12-23bthci_cmd: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+1
2016-12-23DVB-CI: don't call proto_tree_add_subtree_format() with tvb==NULLMartin Kaiser1-4/+10
2016-12-23GSM A GM: align protocol / container id filter format with displayed onePascal Quantin1-1/+1
2016-12-23GSM A GM: use same spelling as the 3GPP specificationPascal Quantin1-2/+2
2016-12-22packet-rtp.c: Fix of decoding RTP over TCPJiri Novak1-0/+2
2016-12-22RPC: fix crash when using "Dissect unknown RPC program numbers" optionPascal Quantin1-4/+2
2016-12-22RTP: fix a possible NULL pointer dereference (CID 1397705 & 1397706)Pascal Quantin1-4/+8
2016-12-22RTSP dissector: Decode RTP/AVP/TCP and configure RTP session for itJiri Novak1-43/+150
2016-12-21NAS EPS: upgrade dissector to v13.8.0Pascal Quantin2-32/+16
2016-12-21CIP: More attribute updatesD. Ulis3-11/+64