aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+5
2015-06-25fix the 'then' statement is equivalent to the 'else' statement found by PVS S...Alexis La Goutte1-8/+1
2015-06-14ber: fix undefined shiftPeter Wu1-1/+1
2015-06-10BER: fix call to proto_tree_add_bytes_format()Pascal Quantin1-1/+1
2015-06-06BER: fix There are identical sub-expressions 'tvb_reported_length_remaining(t...Alexis La Goutte1-1/+1
2015-06-04Eliminate proto_tree_add_text from a few dissectors.Michael Mann1-13/+8
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1
2015-02-04Support for P3 over RTSE.gal1-0/+5
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+1
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-4/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-03Support dissecting REAL (BER) data valuesMaarten Bezemer1-13/+38
2014-11-10Use correct offset and lenght for Choice EOC.AndersBroman1-1/+1
2014-11-06Improve error message by including the (expected) class informationMaarten Bezemer1-12/+26
2014-11-06BER: Fix offset and length of EOC in Sequence loopAndersBroman1-1/+1
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-25/+39
2014-10-31BER: tvb_length... -> tvb_reported_length...AndersBroman1-59/+59
2014-10-13BER: Code cleanup in call functionsStig Bjørlykke1-25/+9
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-15/+48
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-48/+15
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-15/+48
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-6/+6
2014-09-14Don't use the captured length as the packet length.Guy Harris1-50/+45
2014-08-11Give more information about string encodings.Guy Harris1-13/+50
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-8/+4
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-69/+69
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-69/+69
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-17fix underflow in BER constrained bitstringsEvan Huus1-1/+1
2014-06-16Register BER dissector as new.Stig Bjørlykke1-5/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-8/+8
2014-05-06Tweak ber_choice flow control.Evan Huus1-2/+2
2014-04-18Remove all old BER functions.Stig Bjørlykke1-1120/+0
2014-04-07Absolute and relative OIDs have different FT_ values.Guy Harris1-1/+5
2014-04-07Handle string types with somewhat appropriate encodings.Guy Harris1-1/+81
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-27Add missing cast.Evan Huus1-1/+1
2014-01-27Do not handle BER bitstring as ASCII string, because this will failStig Bjørlykke1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-1/+1
2013-11-20Mark parameter as unusedAnders Broman1-1/+1
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+56
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-3/+3