aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mswsp.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2019-08-18mswsp: check pipe name in case insensitive mannerJiajun Wang1-1/+1
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-1/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-18mswsp: fix typoAlexis La Goutte1-1/+1
2018-09-23mswsp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-09-09Fix handling of invalid type values.Guy Harris1-185/+99
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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