aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-28Update m3ap.cnf to match packet-m3ap.c change done in commit b40cb1adBill Meier1-1/+1
2014-05-28Use Q_UNUSED instead of _U_ruengeler1-1/+2
2014-05-28Update reference for I-Bit support.Michael Tüxen1-1/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier24-515/+727
2014-05-28packet-klerberos.c: Use typedef (true_false_string) to properly define a true...Bill Meier2-4/+4
2014-05-28packet-ppcap.c: Minor cleanupBill Meier1-21/+31
2014-05-28Try to fix Ubuntu buildbot (make dist failed)Alexis La Goutte1-1/+0
2014-05-28Commit 5ff629ec5ac636b901b2a004aa4d5248f68a5d0f requires the minimumJoerg Mayer1-2/+1
2014-05-28Clang complains about the size of empty structs.ruengeler1-1/+2
2014-05-28QIcon is not needed.ruengeler1-1/+0
2014-05-28glusterfs: show filenames in the summary for common proceduresVikhyat Umrao1-3/+12
2014-05-28LLDP Cleanup : 802.1 Qbg TLVAnish Bhatt1-8/+18
2014-05-28Add EtherNet/IP connection conversation filtersMichael Mann4-38/+158
2014-05-28Fix indent (use 4 spaces)Alexis La Goutte1-4/+4
2014-05-27Fix indent (use tabs)Alexis La Goutte1-57/+57
2014-05-27Use proto_tree_add_format_text()Jakub Zawadzki2-9/+3
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