summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-01Added nsis generated files to .gitignoreGraham Bloice1-0/+2
2015-02-01AMQP 0-9-1: Add missing methods connection.block and connection.unblock.Petr Gotthard1-0/+48
2015-01-31jsmn: check superior token node value before using itPascal Quantin1-2/+2
2015-01-31Convert the value string APIs that only currently have packet-scope use to wmem.Michael Mann1-3/+3
2015-01-31README.dissector: fixed p_add_proto_data paramsPeter Wu1-3/+3
2015-01-31Get rid of a trailing blank.Guy Harris1-1/+1
2015-01-31Fix a comment to reflect reality.Guy Harris1-2/+2
2015-01-31We need to get the pathname of the executable *before* running dumpcap.Guy Harris1-6/+6
2015-01-31No main window *to* update in the early argument list parsing.Guy Harris2-2/+2
2015-01-31This being C++, maybe we don't have to initialize ws_app until later.Guy Harris1-4/+3
2015-01-31Do the first-pass argument parsing before creating the WiresharkApplication.Guy Harris1-133/+120
2015-01-30Qt: Fix library path reset.Gerald Combs2-29/+38
2015-01-30Qt: Clear our library path at startup on Windows.Gerald Combs1-0/+25
2015-01-30NMake: Add Chocolatey paths.Gerald Combs1-1/+7
2015-01-30Cleanup:Bill Meier6-389/+381
2015-01-30rtp: cleanupBill Meier1-92/+106
2015-01-30rtps: CleanupBill Meier1-188/+199
2015-01-30kafka: fill in some expert infoEvan Huus1-9/+16
2015-01-30BSSGP: ensure that all Optional / Conditional Information Elements are treate...Pascal Quantin1-9/+9
2015-01-30GSM MAP: display TBCD digits, USSD string and Location Number digits in a sub...Pascal Quantin3-76/+92
2015-01-30SDP: add ability to display port as a stringPascal Quantin1-4/+21
2015-01-30Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan1-3/+13
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs31-137/+1257
2015-01-30 CAPWAP: Add support of Cisco Vendor Specific ElementAlexis La Goutte2-1/+151
2015-01-30HCRT: udp port preference changed into range.Dario Lombardo1-9/+15
2015-01-30When issued with -v wireshark-qt prints version and exits.Dario Lombardo1-13/+24
2015-01-29Qt: Add address conversion convenience routinesGerald Combs10-40/+78
2015-01-29SDP: check that media format starts with a digit before trying to identify me...Pascal Quantin1-9/+14
2015-01-29IS-IS: Add subTLV Bandwidth Constraints (22) used by IS ReachabilityAlexis La Goutte1-0/+155
2015-01-29Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan1-0/+3
2015-01-29addr_resolv: correctly scope returned memoryEvan Huus1-4/+4
2015-01-28"%l[doux]" doesn't mean "64-bit integer".Guy Harris1-2/+2
2015-01-28Try dissecting some stuff even if we don't have conversation information.Guy Harris1-40/+71
2015-01-28Extended AMQP 0-9 dissector to support AMQP 0-9-1 methods and datatypes. Back...Petr Gotthard1-21/+335
2015-01-28Go back to installing 5.2.3 for now.Guy Harris1-1/+5
2015-01-28Proto dialog (GTK) : fix indent (use 2 spaces) and add modelinesAlexis La Goutte2-55/+76
2015-01-28Add files missing from the tarball.Anders2-1/+5
2015-01-28ANSI IS-637-A: prevent an out of bounds accessPascal Quantin1-2/+2
2015-01-28Make the USB header information an enumerated type.Guy Harris6-56/+122
2015-01-28win32: fix detection of Windows 10 Technical PreviewPascal Quantin1-2/+20
2015-01-28Move tests out of try_dissect_linux_usb_pseudo_header_ext().Guy Harris1-24/+30
2015-01-28Add documentation URLs for the Linux USB and USBPCAP pseudo-headers.Guy Harris1-0/+4
2015-01-27Qt: Update packet list freeze/thaw behavior.Gerald Combs1-4/+5
2015-01-27Added json heuristic to Dropbox LAN sync Discovery Protocol.Dario Lombardo2-0/+23
2015-01-27Comment out various 'if(tree)'Bill Meier4-4/+4
2015-01-27rtps: Remove various 'if(tree)'Bill Meier1-93/+0
2015-01-27NETROM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-01-27HCrt: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte11-27/+25
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan157-209/+940