aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-4/+1
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-2/+2
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-5/+1
2013-11-17Fix the number of highlighted bytes in case of unaligned PER constrained integerPascal Quantin1-1/+1
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-4/+14
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-10-07Update function name in debug infoPascal Quantin1-1/+1
2013-10-06Add support for relative OID to PER dissectorPascal Quantin1-4/+29