aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-27FIELDDISPLAY can be or'd with BASE_VAL64_STRING.Bill Meier1-2/+2
2014-05-27use proto_tree_add_float_format_value() correctlyMartin Kaiser1-5/+5
2014-05-27make cable symbol rate filterableMartin Kaiser1-12/+9
2014-05-27make cable frequency filterableMartin Kaiser1-10/+10
2014-05-27ssl-utils: fix TLS number of padding extensionHauke Mehrtens1-1/+1
2014-05-27make the satellite symbol rate filterableMartin Kaiser1-12/+10
2014-05-27Fix build on my old Windows XP Buildbot (With VS2008EE) (Try 2...)Alexis La Goutte2-5/+9
2014-05-27CMake: Remove FeatureSummary.cmake and fix display of featureAlexis La Goutte2-81/+1
2014-05-27make satellite orbital position filterableMartin Kaiser1-9/+6
2014-05-26Fix fencepost error in HTTP dissectorEvan Huus1-2/+2
2014-05-26Optimize dissect_eth_common(): cache result of get_ether_name()Jakub Zawadzki1-18/+22
2014-05-26Make packet-ieee80211.c a tiny bit less unreadable.Joerg Mayer1-10/+10
2014-05-26Replace manual string handling with strbufEvan Huus1-11/+20
2014-05-25MAC LTE: fix dissection of Extended Power Headroom control elementPascal Quantin1-19/+36
2014-05-25Fix [-Werror=clobbered] gcc warningBill Meier1-1/+1
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus14-38/+35
2014-05-25GSM RLC MAC: Do not skip too many lines of the CSN_DESCR when the field is mi...Pascal Quantin1-4/+3
2014-05-25[Automatic manuf, services and enterprise-numbers update for 2014-05-25]Gerald Combs4-38/+261
2014-05-25Get rid of trailing blank.Guy Harris1-1/+1
2014-05-25Add support for dissecting pcap-ng file-type-specific blocks.Guy Harris3-0/+72
2014-05-25Add support for dissecting non-packet records.Guy Harris20-115/+184
2014-05-24Distinguish between "events" and "reports".Guy Harris2-8/+37
2014-05-24Fix a compiler warning.Guy Harris1-1/+1
2014-05-24Add support for plugins to handle pcap-ng block types.Guy Harris5-14/+153
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris78-139/+390
2014-05-24Fixed mausb valid bit & added invalid_valid TFSSean O. Stalley5-3/+3
2014-05-23Fix some whitespace issues.Guy Harris1-3/+3
2014-05-23More handling of missing time stamps.Guy Harris3-24/+22
2014-05-23Set the presence flags.Guy Harris1-0/+1
2014-05-23More checks for the presence of a time stamp.Guy Harris1-11/+15
2014-05-23More checks for the presence of a time stamp.Guy Harris1-8/+12
2014-05-231.11.4 → 1.99.0.Gerald Combs9-13/+13
2014-05-23Don't assume all packets have time stamps.Guy Harris1-139/+155
2014-05-23file_seek() sets the error variable; no need to set it ourselves.Guy Harris1-1/+1
2014-05-23Fix comment.Guy Harris1-1/+1
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Fix a comment.Guy Harris1-1/+1
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Get rid of trailing blank lines.Guy Harris1-2/+0
2014-05-23Fix the type of i4b_read_rec() to reflect what it actually returns.Guy Harris1-1/+1
2014-05-23Remove trailing blank lines.Guy Harris1-1/+0
2014-05-23Improve handling of short MQTT PDUs.Bill Meier1-1/+17
2014-05-23Fix -WdocumentationAlexis La Goutte1-1/+1
2014-05-23SIP: remove leading spaces/tabs between security parametersPascal Quantin1-0/+3
2014-05-23SIP: parse ports definition in security mechanismPascal Quantin1-2/+63
2014-05-23LISP : error: declaration of 'address' shadows a global declaration [-Werror=...Alexis La Goutte1-4/+4
2014-05-23Dissect Nonce Locator LCAFLorand Jakab1-1/+102
2014-05-23Dissect AS Number LCAFLorand Jakab1-1/+99
2014-05-23Zero out pinfo->src and dst before adding a frag.Guy Martin1-0/+6
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris78-1308/+1187