aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-08-09ULP: upgrade to approved version 2.0.2Pascal Quantin1-175/+462
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-20/+2
2014-08-09Fix regression introduced by gf3b631668bEvan Huus1-1/+1
2014-08-09LTE RRC: fix dissection of CDMA System Time broken in gcd02af5Pascal Quantin1-6/+6
2014-08-09802.11 BA sequence number decode is brokenMarkPhillips1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann39-623/+942
2014-08-09Clean up Internet checksum handling.Guy Harris31-207/+158
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 Harris1-126/+2
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 Harris6-66/+102
2014-08-08The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris1-9/+7
2014-08-08Fix compiler warning.Guy Harris1-1/+1
2014-08-08Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris3-66/+34
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-08Sync t125 from asn1.Stig Bjørlykke1-15/+4
2014-08-08Logcat text: small fixesMichał Orynicz1-1/+1
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-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-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-06The heuristic for T.125 per is too week and we do not have a PER dissectorAndersBroman1-23/+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 Win64AndersBroman1-13/+13
2014-08-06mq improvements:robionekenobi3-132/+235
2014-08-06Add support for android logcat text filesMichał Orynicz4-1/+397
2014-08-06MySQL: Add support of SSL in MySQLAlexis La Goutte1-0/+33
2014-08-06MySQL: add utf8mb4 charsetsDaniël van Eeden1-0/+32
2014-08-06MySQL: decode pwd and charset for COM_CHANGE_USERDaniël van Eeden1-1/+11
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier6-1206/+1206
2014-08-05we may set a TFTP port via Decode AsMartin Kaiser1-3/+5
2014-08-05we either have a source or a destination file nameMartin Kaiser1-0/+5
2014-08-05delete the port range before re-creating itMartin Kaiser1-1/+1
2014-08-05if the original packet already contains a file name,Martin Kaiser1-10/+13
2014-08-05no need for if(tree)Martin Kaiser1-20/+16