aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris3-20/+116
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris3-40/+61
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris10-64/+234
2014-10-29Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris4-11/+18
2014-10-29Replace isalpha() with g_ascii_isprint().AndersBroman3-11/+9
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman3-13/+11
2014-10-29VXLAN: Fix flag bitmasksAlex Tessmer1-3/+3
2014-10-29Add missing stuff for custom plugins.AndersBroman2-0/+7
2014-10-29Qt: Better protocol highlight colors.Gerald Combs2-3/+4
2014-10-28Qt: Add a set of 2x 16-pixel toolbar icons.Gerald Combs89-105/+351
2014-10-28Get rid of unnecessary include of <wsutil/strnatcmp.h>.Guy Harris1-1/+0
2014-10-28Use guint8 for 8-bit unsigned numeric values.Guy Harris2-3/+6
2014-10-28Use g_ascii_isalnum() rather than isalnum().Guy Harris1-2/+1
2014-10-28Add some new features to the list and regenerate NEWS.Jeff Morriss2-80/+87
2014-10-28Add GPLv2+ license header to keep license-check happy.Jeff Morriss1-0/+20
2014-10-28Pref: Remove unsued functionAlexis La Goutte1-0/+2
2014-10-28Patch for KNXnet/IP dissectoralage1-90/+176
2014-10-28Add a comment showing mapping to radiotap.Guy Harris1-0/+55
2014-10-28Refactor pinfo->circuit_id from H.223 dissector.Michael Mann7-57/+129
2014-10-28DNS NXT RR is parsed incorrectlyAlexis La Goutte1-1/+28
2014-10-28ISIS: Display code/type and length for unknown code/typeAlexis La Goutte1-9/+4
2014-10-28HPSW: Fix display of wrong lengthAlexis La Goutte1-1/+1
2014-10-28Some additional information from bug 10637.Guy Harris1-9/+45
2014-10-28Bug 9586 says bit 0x00000100 in the "802.11n flags" means "802.11ac".Guy Harris1-48/+54
2014-10-28MAUSB: fix warning: no previous prototype for 'proto_register_wfa_oui' [-Wmis...Alexis La Goutte1-0/+1
2014-10-28Try to fix dist.Gerald Combs1-9/+35
2014-10-28The "data rate" field in the 11n version of the header is an MCS index.Guy Harris1-6/+15
2014-10-28HPSW: Fix soft-deprecated APIs warningAlexis La Goutte1-1/+1
2014-10-28Knxnetip: fix warning: ISO C does not allow extra ';' outside of a functionAlexis La Goutte1-13/+13
2014-10-28Infiniband: fix warning: C++ style comments are not allowed in ISO C90Alexis La Goutte1-1/+1
2014-10-28Couchbase: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2014-10-28AllJoyn: fix warning: no previous prototype for 'add_padding_item' [-Wmissing...Alexis La Goutte1-1/+1
2014-10-28TN5250: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-28ADB_cs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-28Qt: Add a set of 2x 24-pixel toolbar icons.Gerald Combs38-23/+714
2014-10-27Qt: Add bits display support to the byte view.Gerald Combs2-5/+52
2014-10-27Add enumerated value 639 to vals_parm_PID.Michael Mann1-0/+1
2014-10-27Qt: ByteViewText hover information.Gerald Combs10-51/+131
2014-10-26SSL 3.0 and TLS ciphersuite values are two bytes longMartin Kaiser1-1/+1
2014-10-26add TLS_FALLBACK_SCSVMartin Kaiser1-1/+2
2014-10-26[Automatic manuf, services and enterprise-numbers update for 2014-10-26]Gerald Combs3-4/+186
2014-10-26Various Mobile IPv6 bugfixesMichael Mann1-28/+42
2014-10-26Use Wifi Alliance OUI for MA USB packets over SNAPSean O. Stalley2-7/+7
2014-10-26Use better theme-derived colors. Switch back to AlternateBase forGerald Combs3-12/+6
2014-10-26Added support for AllJoyn Reliable Datagram Protocol.Joseph Huffman1-40/+488
2014-10-25Expand comments.Guy Harris1-6/+52
2014-10-25Get rid of a trailing blank.Guy Harris1-1/+1
2014-10-25Update a comment.Guy Harris1-7/+6
2014-10-25More offset color adjustments.Gerald Combs1-4/+5
2014-10-25Qt: ByteViewText fixups.Gerald Combs4-28/+70