aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-14Remove more now-unused stuff.Guy Harris1-4/+0
2014-03-14Get rid of a no-longer used preference.Guy Harris1-17/+0
2014-03-14Fix indent (use 4 spaces) and add ModelinesAlexis La Goutte1-209/+221
2014-03-14Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-03-14Fix -Wunused-const-variable found by Clang 3.5Alexis La Goutte1-7/+0
2014-03-14Use try_val_to_str() in heuristics test (intead of a loop); ensure no excepti...Bill Meier1-18/+15
2014-03-14Fix two bugs & do various other changes.Bill Meier1-79/+99
2014-03-14Ensure there's no exception during the initial heuristics test.Bill Meier1-10/+7
2014-03-14Add modelines information and peekremote register for futur use...Alexis La Goutte1-0/+15
2014-03-14Display framed_ipv6_prefix as an IPv6 address even when it's not the fullAndersBroman1-1/+10
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan15-32/+540
2014-03-13Bug 9704: GSM_MAP SendRoutingInfoForSM incomplete0xbismarck3-6/+99
2014-03-13MBIM: fix 3GPP SMS PDU record dissectionPascal Quantin1-3/+4
2014-03-13Fix dissection of RDMA WRITE ONLY IMM packets.Patrick MacArthur1-0/+13
2014-03-13Enhance ZigBee Routing TableAlexis La Goutte3-16/+56
2014-03-13add a test for SSL/TLS decryption using the master secretMartin Kaiser3-3/+22
2014-03-13Use dissector_try_uint_new() and include diam_sub_dis_inf when calling allAndersBroman1-2/+2
2014-03-13Add tfshark.rc.in to Makefile.amPascal Quantin1-0/+1
2014-03-13Rename and relabel some fields, as per emburey's comment.Guy Harris1-26/+16
2014-03-13Fix value_string checks in checkAPIs.pl.Gerald Combs1-2/+2
2014-03-13Note that a dissector heuristic test *must not* cause an exception before ret...Bill Meier1-0/+10
2014-03-13Add a check for newlines in value_strings.Gerald Combs1-81/+118
2014-03-13ULP: add UDP transportPascal Quantin2-66/+86
2014-03-13Pre-Commit Hook check to check for newer versionRoland Knall1-0/+5
2014-03-13Assorted cleanups of field names and descriptions.Guy Harris1-40/+40
2014-03-13Add support for Aruba ERM Radio-FormatHadriel Kaplan1-10/+97
2014-03-12Get rid of $Id$, add some comments.Guy Harris1-1/+5
2014-03-12Get rid of space-before-tab in indentation.Guy Harris2-116/+116
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris3-13/+9
2014-03-12Consistently put -lm at the end of library lists.Guy Harris1-16/+23
2014-03-12Fix bug 9866: Qt 'Clearing filters does not seem to affect the packet list'Hadriel Kaplan3-1/+22
2014-03-12Add dissection of flags, status, flagsN for Omnipeek/Peek Remote dissector.Alexis La Goutte1-13/+154
2014-03-12Fix bug 9021: 'RTP not decoded inside the conversation in v.1.10.1'Hadriel Kaplan3-9/+31
2014-03-12MAC LTE: fix a typo in Buffer Size value_stringMartin Mathieson1-1/+1
2014-03-12Fix whitespace tabs to spaces, indent by 4, modelinesHadriel Kaplan3-9486/+9517
2014-03-12Fix indent (Remove space and use tabs)Alexis La Goutte4-203/+203
2014-03-12Fix Bug 9873: 'Qt: right-clicking on toolbars only shows checkmarks'Hadriel Kaplan3-3/+113
2014-03-12Fix a trivial typoPascal Quantin1-1/+1
2014-03-12Fix Bug 9872: 'SIP status line in 200 OK for de-registration is misleading'Hadriel Kaplan1-10/+120
2014-03-12Enhance VXLAN dissectorAlexis La Goutte1-3/+5
2014-03-12Add Export PDU Dialog (Wireshark Qt)Alexis La Goutte11-41/+322
2014-03-11fix the SSL decryption using the master secretMartin Kaiser1-2/+2
2014-03-11GTK_STOCK_PRINT_ERROR was missing in GTK+ < 2.14, tooBalint Reczey1-0/+2
2014-03-11Don't use some stock icons missing in old (< 2.16) versions in GTK+Balint Reczey1-0/+10
2014-03-11EPL: Support SyncReq and SyncResp FramesLukas Emersberger1-21/+323
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey50-289/+1124
2014-03-11Replace (int)sizeof(guint*) by valueAlexis La Goutte1-64/+64
2014-03-11Add value string (type and data rate) from omnipeekAlexis La Goutte1-3/+46
2014-03-11Fix incorrect file in epan/Makefile.am when build with ENABLE_STATICAlexis La Goutte1-6/+0
2014-03-11Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop e...Hadriel Kaplan4-13/+90