aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-10/+13
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-28/+28
2018-12-18Provide data to inner dissector for PER open typeChristophe GUERBER1-1/+2
2018-12-18Do not create a tvbuff on zero-length open typeChristophe GUERBER1-0/+2
2018-10-25PER: Handle 0 length in dissect_per_octet_string_containing_pdu_new.Anders Broman1-1/+1
2018-09-07PER: fix dissection of enumerated type with a single extension valuePascal Quantin1-14/+5
2018-06-26PER: Also report if open type length is less than dissected length.Martin Mathieson1-2/+6
2018-06-22PER: fix decoding of bit strings with an upper bound >= 64KPascal Quantin1-1/+1
2018-03-12ber/per: assert actx to avoid null dereference (found by clang).Dario Lombardo1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-25[PER] Fix the bitmask to calculate the number of bits needed to hold theAndersBroman1-1/+1
2017-10-14Some trivial fixes from running cppcheck.Martin Mathieson1-1/+1
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2016-11-15PER: add support for fragmented octet stringPascal Quantin1-7/+26
2016-11-15per: add initializer.dario1-2/+2
2016-11-14PER: add support for fragmented open typePascal Quantin1-14/+44
2016-11-13PER: fixes for fragmented bitstringPascal Quantin1-4/+4
2016-11-12PER: add support for bit strings >= 16KPascal Quantin1-29/+113
2016-11-02[PER] Use tvb_new_octet_aligned().Anders1-39/+32
2016-09-08PER: only display internal extension presence bit if activated inPascal Quantin1-0/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-19BER/PER: Add dissector assertions to squelch scan-build bugsJoão Valverde1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-14Rename new_register_per_oid_dissector to register_per_oid_dissector.Guy Harris1-2/+2
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-5/+5
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-24Remove support for "old style" dissectors in PER API.Michael Mann1-40/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-24PER: fix ASAN runtime error: left shift of negative value -1Pascal Quantin1-1/+1
2015-09-02PER: followup of g59453fbPascal Quantin1-15/+8
2015-09-02Eliminate proto_tree_add_text from packet-per.cMichael Mann1-9/+56
2015-06-08PER: fix indent (use tabs)Alexis La Goutte1-33/+32
2015-06-07PER: fix V593 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-05-09Fix some more constants to be unsigned.Guy Harris1-6/+6
2015-03-12PER: fix dissection of known-multiplier character strings with ub less or equ...Pascal Quantin1-16/+16
2015-01-19Convert OID APIs to use wmem.Michael Mann1-2/+2
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-14/+24
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-21Add OID dissector table for PER based dissection.AndersBroman1-2/+50
2014-10-16Make sort_alphabet() not fail too badly with characters in [128,255].Guy Harris1-4/+8
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-291/+295
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1