aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mswsp.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10mswsp: Align parse_CAggregSpec function with MS-WSP specification.Noel Power1-27/+70
2017-02-10mswsp: Numerous bugfixesNoel Power1-20/+11
2017-01-07Make column size sanity check more sensible.Noel Power1-1/+3
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+1
2016-07-20Convert some g_ APIs to wmem.Michael Mann1-28/+3
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-18/+13
2016-06-17mswsp: Remove null check (CID1355407)João Valverde1-10/+1
2016-05-17tvb_get_ptr + wmem_alloc = tvb_memdupMichael Mann1-2/+1
2016-04-15Check first, then allocate.Guy Harris1-5/+32
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-26Sanity check column size to prevent allocating an unrealistic amount of memory.Michael Mann1-2/+14
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher1-1/+1
2015-08-18Init values set (found by American Fuzzy Lop).Dario Lombardo1-2/+2
2015-08-01MS-WSP: fix some Coverity warningsPascal Quantin1-7/+6
2015-07-31MSWSP: Fix clang warnings and handle gracefully needed missing messagesNoel Power1-21/+40
2015-07-28MSWSP: Enhance dissectorAlexis La Goutte1-280/+164
2015-07-26MSWSP: Remove usage of stdbool.hAlexis La Goutte1-21/+20
2015-07-26MSWSP: Try to fix Mac OS X BuildbotAlexis La Goutte1-3/+3
2015-07-25MSWSP: Initial implementation of MS-WSP (windows search protocol) dissectorGregor Beck1-0/+8211