aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvd.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-20Remove unused dissector registration prototypes, fix typoJoão Valverde1-1/+0
2017-02-28RSVDv2 support - 2nd stageVolodymyr Khomenko1-34/+288
2017-02-18RSVD TUNNEL_SCSI bugfix: SCSI payload is not dissected for request packetsVolodymyr Khomenko1-23/+40
2017-02-08RSVDv2 support - 1st stageVolodymyr Khomenko1-41/+229
2017-02-05RSVD dissector: minor fixesVolodymyr Khomenko1-2/+10
2017-01-19RSVD dissector: added RSVD v2 verbsVolodymyr Khomenko1-22/+33
2017-01-16RSVD: fix TUNNEL_SCSI_REQUESTVolodymyr Khomenko1-0/+14
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-08-04Bump GLib minimum required version to 2.22.0João Valverde1-1/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-02-23RSVD: add missing initialization of lun parameterPascal Quantin1-0/+1
2015-02-16We now get that from common libwireshark code.Guy Harris1-8/+0
2015-02-16Put the 64-bit hash routines into a common file.Guy Harris1-0/+1
2015-02-16RSVD: fix compilation with GLib < 2.22.0Pascal Quantin1-0/+8
2015-02-16Fix a portability problem raised by Guy Harris. My first implementation wouldRichard Sharpe1-4/+7
2015-02-16Complete the RSVD Dissector further by handling SCSI requests.Richard Sharpe1-23/+243
2015-02-13A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe1-0/+624