aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-25Add a comment asking where to check for YACC/Bison and Flex.Guy Harris1-0/+19
2010-12-24We only need to do AC_PATH_PROG on flex once.Guy Harris1-3/+1
2010-12-24Properly define and dissect BGP_EXT_COM_LINKBAND. Fixes bug 4409 reported byChris Maynard2-4/+8
2010-12-23From Julien Kerihuel:Jaap Keuter3-4/+487
2010-12-23Raise Exceptions containing a string instead of string exceptionsBalint Reczey1-2/+2
2010-12-23Clean up indentation.Guy Harris1-8/+8
2010-12-23Add a couple more comments to new unicode function to remind us when aStephen Fisher1-2/+2
2010-12-23Remove comment to myself that I forgot to remove before commiting r35253Stephen Fisher1-4/+7
2010-12-23Proof of concept for using new tvb_get_ephemeral_unicode_stringz(), which wasStephen Fisher1-1/+5
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichStephen Fisher3-0/+78
2010-12-23Fix for bug 5517:Jaap Keuter1-1/+2
2010-12-23Properly read UL grant subframe number.Martin Mathieson1-6/+9
2010-12-23Skip an outheader field.Martin Mathieson1-0/+2
2010-12-22From Jiří Engelthaler:Jaap Keuter1-16/+186
2010-12-22Avoid the need for cf_mark_frame stubs.Jaap Keuter3-19/+2
2010-12-22Fix for bug 5513:Jaap Keuter1-6/+6
2010-12-22Add #define and value_string entries for the remaining SSH message typeStephen Fisher1-41/+82
2010-12-22Change prefixes in #define:Stephen Fisher1-39/+41
2010-12-22Fix marking functionality (bug 5279)Sake Blok3-18/+31
2010-12-22From Alexis La Goutte via bug 5514:Stig Bjørlykke1-3/+1
2010-12-22Allow for NULL preference descriptions.Jaap Keuter2-2/+3
2010-12-21From daulis0@gmail.com:Jaap Keuter1-3/+23
2010-12-21Add a comment about not needing to g_free() the value returned from g_locale_...Bill Meier1-0/+3
2010-12-21Removed duplicate rawshark.html entry from DOC.Chris Maynard1-1/+0
2010-12-21Fix indentation: change from a mixture of 2 and 4 spaces to tabs (whichStephen Fisher1-168/+187
2010-12-21Be more consistent about how offset is updated while dissecting lte_rrc fields.Martin Mathieson1-2/+9
2010-12-21Set default graph file format to more appropriate Portable Network Graphics.Jaap Keuter1-4/+12
2010-12-21From Marc Giertzsch:Jaap Keuter1-5/+15
2010-12-20Fix bug #5509: CommView file format now uses reserved bytes and adds a Stephen Fisher1-14/+16
2010-12-20Saying that patches will be reviewed in "a few days" may be a bit optimistic....Jeff Morriss1-12/+22
2010-12-20Fix warnings with format.Chris Maynard1-2/+5
2010-12-20Some PIM enhancements, mostly to allow more fields to be filterable.Chris Maynard1-133/+271
2010-12-20dissector_add() --> dissector_add_uint();Bill Meier1-42/+42
2010-12-20Deprecate dissector_add(), dissector_change(), dissector_delete(),Jeff Morriss1-967/+977
2010-12-20From Papan Kumar Singh (bug 5504 & 5505):Martin Mathieson1-0/+1
2010-12-20From Rob Casey:Jaap Keuter1-1/+18
2010-12-20From Mathieu Parent:Jaap Keuter1-15/+48
2010-12-20Another #define for old code.Guy Harris1-0/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris680-4854/+4892
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter4-2/+24
2010-12-19[Automatic manuf, services and enterprise-numbers update for 2010-12-19]Gerald Combs1-7/+127
2010-12-18Revert SVN #35213 based upon comments in the Wireshark-dev list.Bill Meier2-1082/+84
2010-12-18Revert SVN #35214 based upon comments in the Wireshark-dev list.Bill Meier1-1/+647
2010-12-18From Daniel Black:Jaap Keuter1-7/+10
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.Sake Blok3-3/+158
2010-12-17Convert indentation tabs within <programlisting> elements to 4 spaces.Bill Meier1-260/+260
2010-12-17The Styleguide section has been moved to the Wireshark Developer's Guide.Bill Meier1-647/+1
2010-12-17Integrate README.developer into the WSDG: Step 1: Styleguide;Bill Meier2-84/+1082
2010-12-17Refactor EDCH-T2 function to also support the very similar EDCH-Common format.Martin Mathieson1-36/+89
2010-12-17Use printf modifier %u for guint32 values.Stig Bjørlykke1-2/+2