aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222
AgeCommit message (Expand)AuthorFilesLines
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2013-02-17Remove C++ incompatibilities in c1222 dissector.Michael Mann2-17/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ...Chris Maynard1-52/+52
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-0/+4
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-03-11Use _U_ for unused arguments.Stig Bjørlykke1-6/+6
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-01-15The warning fix overdid things: It removed functionality.Jörg Mayer1-4/+1
2012-01-15Accidentally checked in Makefile.inJörg Mayer1-635/+0
2012-01-14commit 40500 missed the asn1 directoryJörg Mayer8-0/+2283