aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Squelch some warnings that show up with, for example, the GCC 4.2.1 thatGuy Harris1-1/+1
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann3-3/+3
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8746 :Pascal Quantin1-5/+31
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8762 :Jeff Morriss1-6/+2
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-24/+56
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin2-12/+16
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin1-0/+1
2013-05-07Another set of asn1 protocols can now be generated with cmakeJörg Mayer1-0/+30
2013-05-05Just whitespace changesJörg Mayer1-2/+3
2013-05-01Make C12.22 work over UDP.Anders Broman1-2/+5
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