aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-08BOFL: fix assertion introduced in g5db1352Pascal Quantin1-3/+3
2014-08-08Add a tvbuff version of crc6_compute().Guy Harris5-2/+82
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris2-126/+4
2014-08-08Fix the polynomial for the CCITT CRC.Guy Harris1-2/+4
2014-08-08Autodiscover flex and bison in config.nmake.Gerald Combs1-6/+22
2014-08-08Don't subtract 4 from the length passed to update_crc10_by_bytes_iuup().Guy Harris1-1/+1
2014-08-08Clean up the CRC-10 code.Guy Harris8-82/+110
2014-08-08The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris5-95/+7
2014-08-08Fix compiler warning.Guy Harris1-1/+1
2014-08-08Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris5-66/+85
2014-08-08Fix support for decrypting 802.11 broadcast messages.Dom Gifford1-13/+41
2014-08-08ISIS: Fix reachability IPv4 Interface/Neighbor (wrong length)Alexis La Goutte1-2/+2
2014-08-08ISIS: Add type and length to CLVAlexis La Goutte5-8/+49
2014-08-08The -k flag has been removed from Makefile.commonStig Bjørlykke1-1/+1
2014-08-08Sync t125 from asn1.Stig Bjørlykke1-15/+4
2014-08-08Logcat text: small fixesMichał Orynicz2-11/+11
2014-08-08Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.Guy Harris1-3/+5
2014-08-08Use crc32_ccitt_tvb_offset_seed().Guy Harris1-1/+1
2014-08-08Get rid of no-longer-used variable.Guy Harris1-1/+0
2014-08-08Get rid of no-longer-used variable.Guy Harris1-1/+0
2014-08-08Fix indentation.Guy Harris1-2/+2
2014-08-08Qt: Make buildbot happyAlexis La Goutte1-1/+1
2014-08-08Make Python mandatory to build on WindowsРоман Донченко1-1/+6
2014-08-08Use a QTreeWidget instead of QTableWidget.Gerald Combs10-336/+380
2014-08-08Logcat Text: drop use of GDateTimePascal Quantin1-9/+9
2014-08-08Logcat Text: fix assert when dissecting PID or TIDPascal Quantin1-2/+2
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann27-292/+444
2014-08-08Wrap tvb_get_ptr() calls in the CRC routines.Guy Harris1-6/+8
2014-08-08Wrap some tvb_get_ptr calls in crc32c_tvb_offset_calculate().Guy Harris5-7/+31
2014-08-08Fix read-past-end-of-buffer in CUPS dissectorEvan Huus1-2/+2
2014-08-08Put setargv.obj back in the list of objects for mergecap.Guy Harris1-1/+2
2014-08-07Update the Developer's Guide for Chocolatey's Win flex-bison.Gerald Combs2-49/+66
2014-08-07Win flex-bison and Chocolatey updates.Gerald Combs4-32/+14
2014-08-07Add back a comment lost in 8b2a8a9636d090Joerg Mayer1-0/+1
2014-08-07Change the application Ids to avoid duplicates.AndersBroman8-14/+21
2014-08-07HTTP: Fix indent (use tab)Alexis La Goutte1-1/+1
2014-08-07Add two new true_fals strings.AndersBroman2-0/+4
2014-08-07MIPv6: fix dissection of Service Selection IdentifierPascal Quantin1-17/+11
2014-08-06we're matching against {any}/port_b, not address_bMartin Kaiser1-1/+1
2014-08-06when a linux USB isochronous descriptor is selected,Martin Kaiser1-1/+3
2014-08-06Support building the NEWS file in out-of-source-tree builds.Jeff Morriss1-1/+2
2014-08-06Revert "Add a cmake build to distcheck to ensure that we distribute all the f...Jeff Morriss1-11/+0
2014-08-06Revert "When doing the distcheck cmake check only verify that cmake runs, don...Jeff Morriss1-0/+1
2014-08-06NSIS: Fix multiple issues.Alexis La Goutte3-102/+92
2014-08-06The heuristic for T.125 per is too week and we do not have a PER dissectorAndersBroman2-55/+2
2014-08-06Add Modelines and fix indentAlexis La Goutte7-10/+102
2014-08-06Try to fix:AndersBroman1-4/+4
2014-08-06Added dissection of Device Capability Descriptors in CapResp PacketsSean O. Stalley1-11/+136
2014-08-06Add casts to make logcat-text build on Win64AndersBroman2-15/+15
2014-08-06mq improvements:robionekenobi3-132/+235