aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Constify some character pointer variables to avoid warnings aboutGuy Harris1-1/+1
2012-10-18Reformat for readability:Bill Meier1-1400/+1798
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-14more ephemeral memory cleanupMichael Mann1-14/+13
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-45/+47
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-05From Alex Lindberg: Add preference to packet-ber.c to toggle BER warning on l...Anders Broman1-2/+7
2012-05-02Attempt to fix clang warnings (dead assignment, dereference of null pointer, ...pascal1-6/+6
2012-04-23Use consistent indentation;Bill Meier1-3681/+3690
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-3/+3
2012-04-03Fix CID 620: since we're checking if the given hf index is positive (sinceJeff Morriss1-4/+4
2012-01-04Use hfi->abbrev insted.Anders Broman1-1/+1
2012-01-03Enhance error information.Anders Broman1-1/+1
2011-11-28Squelsh warnings.Anders Broman1-4/+4
2011-11-22Move some comments around to make it more boilerplate like.Jaap Keuter1-35/+35
2011-11-19Get rod of " warning: identifier ‘class’ conflicts with C++ keyword"Anders Broman1-134/+134
2011-10-30Increase the size of a unknown INTEGER to FT_INT64 to be able to showStig Bjørlykke1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-24/+20
2011-08-29Add an expert info warning for integers encoded with too many octets.Stig Bjørlykke1-1/+16
2011-08-16Allow the dissection of BER/DER carried over a TCP transport usingGraeme Lunt1-1/+3
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+1
2011-04-27From Yaniv Kaul:Anders Broman1-10/+4
2011-04-06Fixed blurb for BER Error.Stig Bjørlykke1-1/+1
2011-04-06Made "BER Error" filterable.Stig Bjørlykke1-51/+55
2011-03-30remove two pointless const in castsRonnie Sahlberg1-1/+1
2011-03-04Fix warningTomas Kukosa1-2/+3
2011-03-04Check only first 14 digits of GeneralizedTime which are fixed, next parts are...Tomas Kukosa1-2/+5
2011-02-17Fix some Visual C++ analysis warnings.Gerald Combs1-2/+10
2011-02-14Put error messages and expert info for illegal UTCTime elements as aStig Bjørlykke1-18/+20
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5537 :Jeff Morriss1-1/+1
2011-01-02Note that this is ultimately not necessarily the right fix.Guy Harris1-0/+8
2011-01-02For those cases where we interpret the contents of an OCTET STRING,Guy Harris1-4/+115
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-14Fix a cut-n-paste error.Anders Broman1-1/+1
2010-11-11Use value_string_ext.Anders Broman1-8/+14
2010-11-09Added an expert info for illegal integer length.Stig Bjørlykke1-1/+2
2010-11-09Removed calls to proto_item_set_expert_flags(), as this will be calledStig Bjørlykke1-49/+0
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-15Add volatile in several places to gcc warnings.Martin Mathieson1-4/+5
2010-10-15Avoid getting BoundsError when trying to decode OCTET STRING orStig Bjørlykke1-10/+18
2010-09-30Remove unneeded includes.Stig Bjørlykke1-3/+1
2010-09-30Constructed octet strings may contain zero encodings.Stig Bjørlykke1-3/+6
2010-09-13Attempt to fix the stack overflow reported atGerald Combs1-13/+25
2010-09-03Check if using tree before adding the octet string.Stig Bjørlykke1-1/+1
2010-08-27Added a check for constructed octet string to avoid a loop.Stig Bjørlykke1-1/+6