aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+5
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-1/+1
2013-07-02Make expert items filterable. First use of proto_tree_add_expert.Michael Mann1-203/+175
2013-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8799 :Pascal Quantin1-3/+5
2013-06-19Rework the change from r15595 a bit: when creating a TVB subset, always giveJeff Morriss1-6/+13
2013-04-30Follow-up to r49055 as noted onEvan Huus1-1/+4
2013-04-26From me: only sign-extend BER integers if the field is actually signedEvan Huus1-3/+4
2013-04-20Initialize branch_taken right at the top of dissect_ber_choice so that theEvan Huus1-3/+4
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+5
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-6/+9
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
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