summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-07-15From bug 6129:Stig Bjørlykke1-1/+2
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier4-38/+23
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-3288/+3286
2011-07-15* If first 8 bytes in icmp data do not look like a timestamp in BE, try LE re...Sake Blok1-4/+9
2011-07-15Fix "comparison between signed and unsigned" warning.Chris Maynard1-1/+1
2011-07-15Be sure there's enough bytes in the ICMP payload before trying to access it inChris Maynard1-0/+13
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2-951/+951
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-8/+0
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-21/+16
2011-07-14Make windows buildbot happy (hopefully!)Sake Blok1-1/+1
2011-07-14If the first 8 bytes of the icmp echo/echo-reply data look like a timestamp, ...Sake Blok1-21/+50
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic cur...Graeme Lunt2-7/+248
2011-07-14Update to correct the definition of the clearance attribute used in certifica...Graeme Lunt1-5/+43
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier3-32/+11
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier3-41/+35
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-18/+8
2011-07-12Add a bunch of URLs for character encoding information.Guy Harris1-0/+27
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs24-398/+26
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-18/+18
2011-07-11From qgj:Anders Broman1-133/+133
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-135/+135
2011-07-11From Ludovic Haessler:Anders Broman2-3/+22
2011-07-11Make sure consumed is set.Anders Broman1-2/+1
2011-07-11From Michael Mann:Anders Broman1-1462/+1727
2011-07-11As noted by Jaap Keuter on -dev, be sure to use message_size instead ofChris Maynard1-1/+1
2011-07-10From Jaap:Anders Broman1-2/+2
2011-07-10Add port 2710 for the XBT BitTorrent tracker (and note why it's added;Guy Harris1-1/+3
2011-07-10Make sure the SID string attached to a dcerpc_call_value has sessionGuy Harris1-1/+7
2011-07-10[Automatic manuf, services and enterprise-numbers update for 2011-07-10]Gerald Combs1-5/+89
2011-07-09Put Modbus/UDP support back.Guy Harris1-1/+27
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theGuy Harris1-1/+3
2011-07-09Per README.developer, we must call subdissectors regardless of whether "tree"Chris Maynard1-1/+7
2011-07-08Trivial: add a couple of newlines.Martin Mathieson2-0/+2
2011-07-08%u suffices, as varargs are widened. (It aslso doesn't cause Clang toGuy Harris1-2/+2
2011-07-07In elem_cell_id_aux(), in the case of an unknown/invalid disc, be sure toChris Maynard1-2/+2
2011-07-07From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6093Alexis La Goutte1-92/+77
2011-07-07From Ludovic Haessler:Anders Broman2-2/+17
2011-07-06Fix memory leak, using ep_alloc() instead of g_malloc().Chris Maynard1-1/+1
2011-07-06From György Szaniszló:Anders Broman2-5/+17
2011-07-06From Ludovic Haessler:Anders Broman2-1/+2
2011-07-06From HAESSLER:Anders Broman1-0/+3
2011-07-06Add a URL for the specifications. (No, the Wireshark source code is notGuy Harris1-92/+713
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris10-1141/+1110
2011-07-05The #if 0'ed out code was being used; #if 0'ing it out meant that someGuy Harris1-6/+8
2011-07-05Add ett_a11_rqi_grantedqos to the list of ett_ values to be allocated.Guy Harris1-6/+7
2011-07-05From Michael Mann:Anders Broman1-1/+22
2011-07-05From Sven Eckelmann:Anders Broman1-1/+1175
2011-07-05From Sven Eckelmann:Anders Broman1-42/+42
2011-07-04Add a URL for DECnet Phase IV specifications.Guy Harris1-0/+6
2011-07-04From Michael Mann:Anders Broman6-13/+97