aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-6/+6
2013-09-08Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-10/+10
2013-09-07Callers of tvb_per_bit_string expect that the returned value_tvb is non-NULL.Evan Huus1-0/+18
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-9/+5
2013-08-16Trivial. Fix warning: Value stored to 'str_index' is never read.Chris Maynard1-2/+1
2013-07-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8841 :Pascal Quantin1-3/+37
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-4/+1
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-2/+3
2013-06-17Ensure that the length parameter to dissect_per_length_determinant isEvan Huus1-0/+3
2013-06-10Batch of filterable expert infos.Michael Mann1-10/+28
2013-03-19From beroset:Anders Broman1-4/+4
2013-03-13actx is used, remove _U_Martin Kaiser1-1/+1