aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-01Normalize our hf_id checks and make sure our hf_ids are valid before wegerald1-36/+44
2005-08-29MapDialougePDU.cnfetxrab1-0/+2
2005-08-29In the SEQUENCE OF dissector helpersahlberg1-16/+22
2005-08-28From Graeme Lunt:etxrab1-163/+140
2005-08-28When creating subset tvbuffs, set the length to the minimum of theguy1-18/+37
2005-08-27...and don't print a separating comma if you haven't already printed anguy1-1/+2
2005-08-27If you don't print an "(", don't print a ")".guy1-3/+6
2005-08-23Fix the parenthesization of an expression.guy1-1/+2
2005-08-22From Graeme Lunt:etxrab1-22/+24
2005-08-20removal of even more sprintfsahlberg1-2/+4
2005-08-19Set "hoffset" before using it.guy1-1/+1
2005-08-18From Tim Endean:etxrab1-20/+22
2005-08-18Tim's patches for packet-ber for extra testing (works ok with my and with An...sahlberg1-358/+461
2005-08-11Add checks for infinite loops. Fixes recent Buildbot failures.gerald1-2/+21
2005-08-08various code cleanup:ulfl1-2/+1
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-07-29Cast away some (otherwise unremovable, and harmless, in this case)guy1-4/+4
2005-07-28packet_ber has for some time been doing sanity checking of the BER Length fieldssahlberg1-4/+4
2005-07-28char -> const char warning fixesjmayer1-5/+5
2005-07-26From Maynard, Chris :etxrab1-2/+2
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-8/+8
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsguy1-10/+11
2005-07-01beter displaying of true/false strings in dissect_ber_bitstring()kukosa1-4/+7
2005-06-29be more careful when attempting to dissect an unknown ber field not to read b...sahlberg1-2/+9
2005-06-27fix two bugs when updating offset incorrectly that could lead to an infinite ...sahlberg1-2/+2
2005-06-26prettify ftam by puttign the command name in the info columnsahlberg1-3/+3
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-8/+20
2005-06-24 for unknown GraphicStringsahlberg1-0/+7
2005-06-24fix to ber NULL handlingsahlberg1-12/+16
2005-06-22update to packet-bersahlberg1-24/+209
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.sahlberg1-1/+7
2005-06-09From Tim Endean:etxrab1-0/+2
2005-06-07From Tim Endean:etxrab1-4/+16
2005-05-30From Steve Grubb: Initialize a variable. Fixes part of bug 217.gerald1-1/+1
2005-04-28Usage of oid_to_str() in PER and BER helperskukosa1-29/+5
2005-04-27NULL type decoders for PER and BERkukosa1-0/+25
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-4/+4
2005-04-22Squelch a valgrind warning.gerald1-1/+1
2005-04-21from Olivier Jsahlberg1-6/+9
2005-04-20Add a tree parameter to get_ber_length() so thatsahlberg1-7/+15
2005-04-15In dissect_ber_bitstring32(), make sure tmp_tvb is properly initialized.gerald1-2/+2
2005-04-14In dissect_ber_integer(), generate a warning if the integer length isgerald1-2/+6
2005-04-14Add another passel of tvb_ensure_bytes_exist()s. Fixes bug 24.gerald1-0/+9
2005-04-14Add a tvb_ensure_bytes_exist() to dissect_ber_octet_string(). Fixes buggerald1-0/+1
2005-04-13In dissect_ber_octet_string_wcb(), make sure out_tvb is non-NULL beforegerald1-5/+5
2005-04-13Add a couple of tvb_ensure_bytes_exist() calls to fix bug 12.gerald1-0/+1
2005-03-31Fix a couple of "proto_tree_add_text()" calls to pass the right arguments.guy1-2/+9
2005-03-30Improve some debug messages.etxrab1-4/+11
2005-03-30From Timsahlberg1-0/+1
2005-03-24From Jacques Olivier:etxrab1-3/+23