aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris3-8/+8
2014-01-14Don't cast away constness.Guy Harris1-6/+6
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2014-01-14Don't cast away constness. In one place, this requires that we use oneGuy Harris1-7/+9
2014-01-14Cast away constness.Guy Harris1-3/+3
2014-01-14Constification.Guy Harris1-6/+6
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14And more constification.Guy Harris1-6/+6
2014-01-14More constification.Guy Harris1-1/+1
2014-01-14Don't make promises of constness that we can't honor.Guy Harris1-5/+5
2014-01-14Don't cast away constness when you don't have to.Guy Harris1-6/+7
2014-01-14Clean up references to an address and squelch some warnings.Guy Harris1-7/+10
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Make a routine not used outside the SNMP dissector static.Guy Harris1-1/+1
2014-01-13Upgrade LPP dissector to v11.5.0Pascal Quantin2-2/+23
2014-01-13No reason for decode_bgp_rd()'s return value to be non-const, so make itGuy Harris1-2/+2
2014-01-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2014-01-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-01-13From Kevin Loewen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9631Alexis La Goutte2-0/+722
2014-01-13From Miroslav Miklus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-1/+1664
2014-01-13f_k() is used outside packet-gsm_a_rr.c, so it can't be static.Guy Harris5-4/+44
2014-01-13lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() areGuy Harris4-14/+20
2014-01-13Make a routine not used outside this file static.Guy Harris1-1/+1
2014-01-13Make a routine not used outside this file static.Guy Harris1-1/+1
2014-01-13In a source file that defines external functions, the header file thatGuy Harris4-4/+47
2014-01-13In a source file that defines external functions, the header file thatGuy Harris2-12/+19
2014-01-13In a file that defines external routines, the header file that declaresGuy Harris1-0/+2
2014-01-13Make routines not used outside packet-dcerpc-lsa.c static.Guy Harris2-6/+6
2014-01-13Change level off TCP/RST expertitem from chat to warn. Add a commentJörg Mayer1-1/+4
2014-01-12Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9633 :Pascal Quantin1-2/+2
2014-01-12remove unnecessary if(tree) statementsMartin Kaiser1-12/+8
2014-01-12Coverity 280438: missing breakMartin Kaiser1-11/+11
2014-01-12[Automatic manuf, services and enterprise-numbers update for 2014-01-12]Gerald Combs1-2/+4
2014-01-12Zcl OTA Upgrade cluster dissector. Bug 9545 (https://bugs.wireshark.org/bugz...Michael Mann4-504/+1238
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann13-385/+3105
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann9-1714/+1641
2014-01-10Return other than 0 from RTSE when handling reassembly initiated from SES.Stig Bjørlykke1-0/+3
2014-01-10Update a comment and fix some indentationMartin Mathieson1-4/+4
2014-01-10Move UEId to the beginning of summary shown in info column, plus only look fo...Martin Mathieson1-7/+8
2014-01-10use a value string for the emiMartin Kaiser1-7/+20
2014-01-10dissect Digital Only Token and retention limitMartin Kaiser1-2/+25
2014-01-10correct a typo in a filter stringMartin Kaiser1-1/+1
2014-01-09From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9472 :Pascal Quantin1-1071/+2026
2014-01-09USB: Add DFU dissector. Bug 9610 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann4-63/+669
2014-01-09Set explicitly P2P direction for received SMSPascal Quantin1-0/+1
2014-01-09Revert "from me" changes of r54676. Checks for NULL were functional logic, n...Michael Mann1-7/+24
2014-01-09From Marko HrastovecMartin Kaiser1-6/+356
2014-01-09From Marko HrastovecMartin Kaiser1-3/+3
2014-01-09Mark an unused parameter as such.Guy Harris1-1/+1