aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-02-25Add the ATN dissectors to the CMake build.Jeff Morriss1-0/+3
2015-02-24Revert "exntest: Fix Dead Store (Dead assignement/Dead increment) warning fou...Guy Harris1-1/+3
2015-02-24openSAFETY: Remove Macro and clear dissectionRoland Knall1-94/+84
2015-02-24exntest: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2015-02-24epan: fix build error with gcc5Daniel Mack1-1/+1
2015-02-24websocket: avoid recursion, use tcp_dissect_pdusPeter Wu2-50/+56
2015-02-24DNS: Ignore Client Subnet option's data length when > 16Alexis La Goutte1-5/+6
2015-02-24proto.c: avoid corrupting stack when printing a 64 bits field in BASE_DEC_HEX...Pascal Quantin1-13/+13
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-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-22[Automatic manuf, services and enterprise-numbers update for 2015-02-22]Gerald Combs3-24/+212
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 Mann9-74/+66
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris9-77/+77
2015-02-21More wrapping of constants with G_GUINT64_CONSTANT().Guy Harris1-18/+18
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-21Ftypes: Double: Minor fixesMichal Labedzki1-6/+8
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 Wren22-443/+1618
2015-02-21Convert dissectors to use address_with_resolution_to_str instead of two separ...Michael Mann8-86/+82
2015-02-21Call pre_init_prefs each time our profile changes.Gerald Combs2-54/+67
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs3-0/+36
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-19Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.Guy Harris3-5/+4
2015-02-19[bmp] Adding dissector for BGP Monitoring ProtocolEbben Aries4-0/+834
2015-02-19openSAFETY: Merge both CT valuesRoland Knall1-9/+5
2015-02-19patch for PMIPv6 MAG GPS coordinatesOsman Sakalla1-9/+28
2015-02-19Bugfix in nbns dissector.Dario Lombardo1-3/+3
2015-02-19Add some casts to satisfy the various compilers.AndersBroman4-4/+4
2015-02-19Add some casts to satisfy the various compilers.Jeff Morriss2-4/+5
2015-02-19Add name resolution support to address type.Michael Mann17-147/+291