aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-23BSSMAP: VGCS/VBS Assignment Request wrong first parameterunknown1-2/+2
2015-02-23Get rid of no-longer-needed variables.Guy Harris1-6/+4
2015-02-23Don't add redundant information to the top-level flags item for NBNS.Guy Harris1-5/+0
2015-02-23RSVD: add missing initialization of lun parameterPascal Quantin1-0/+1
2015-02-23ui/gtk: use GTK+ 2 name for control keysPeter Wu1-2/+2
2015-02-23ssl-utils: refactor keyfile matchingPeter Wu1-59/+61
2015-02-23jmirror packet dissector expects ipv6 flow label = 0Alexis La Goutte1-3/+3
2015-02-23L2CAP information message contained two bits that were wrongly dissected.Jeroen Sack1-2/+2
2015-02-23Fix generation of address-with-resolution strings.Guy Harris1-26/+26
2015-02-22BMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-02-22Fix handling of longitude and latitude values.Guy Harris1-3/+3
2015-02-22Clean up display of raw hex latitude/longitude values.Guy Harris1-1/+1
2015-02-22Put back address family field.Guy Harris1-0/+1
2015-02-22Use file extensions even more as a heuristic.Guy Harris1-3/+56
2015-02-22[Automatic manuf, services and enterprise-numbers update for 2015-02-22]Gerald Combs5-28/+248
2015-02-22Make FT_{U}INT{40,48,56,64} handle BASE_CUSTOM.Guy Harris1-85/+23
2015-02-22Set 64-bit signed values with proto_tree_set_int64().Guy Harris1-1/+1
2015-02-22Fetch values appropriately according to the value's type.Guy Harris1-4/+5
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann11-95/+80
2015-02-21Update Debian symbols list.Guy Harris1-1/+1
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris14-92/+94
2015-02-21Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris3-6/+6
2015-02-21Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris5-9/+35
2015-02-21More wrapping of constants with G_GUINT64_CONSTANT().Guy Harris1-18/+18
2015-02-21Update Debian symbols file.Guy Harris1-1/+5
2015-02-2164-bit constants need to be wrapped in G_G{U}INT64_CONSTANT().Guy Harris1-6/+6
2015-02-21The shortening to 32 bits is intentional, so add a cast.Guy Harris1-4/+4
2015-02-21Bluetooth/GUI: ATT: Use alphabetical order in makefileMichal Labedzki1-2/+2
2015-02-21Ftypes: Double: Minor fixesMichal Labedzki1-6/+8
2015-02-21Qt: Fix for QT < 4.8Michal Labedzki1-0/+4
2015-02-21Set phdr encap for pcap fileMichal Labedzki1-0/+2
2015-02-21Use correct mem scope for source address in Text LogcatMichal Labedzki1-1/+1
2015-02-21Fix GTK-sharkMichal Labedzki1-1/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren26-465/+1725
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann8-86/+82
2015-02-21checkAPIs: match packet-*.[ch], independent of localePeter Wu1-1/+1
2015-02-21Call pre_init_prefs each time our profile changes.Gerald Combs2-54/+67
2015-02-21Qt: Fix unsaved changes behavior.Gerald Combs3-10/+11
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs6-13/+39
2015-02-20Qt: Apply the main window geometry directly.Gerald Combs1-51/+16
2015-02-20ui/gtk: fix control combos such as ctrl-a, ctrl-cPeter Wu1-2/+10
2015-02-20[Diameter] It's MCC first in 3GPP AVP 909 RAIAndersBroman1-9/+8
2015-02-20addr_resolv.c: fix a stack buffer overflow detected by ASANPascal Quantin1-1/+1
2015-02-20address_types.c: fix a "conditional jump or move depends on uninitialised val...Pascal Quantin1-1/+1
2015-02-20MQTT: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-15/+15
2015-02-20MCPE: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-02-20addr_resolv: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-11/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs12-20/+58
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris12-15/+14
2015-02-20Qt: Fix automatic update status in welcome screen.Gerald Combs2-20/+21