aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke20-523/+398
2011-07-19Use ENC_LITTLE_ENDIAN rather than TRUE in proto_tree_add_item() calls. Guy Harris1-34/+33
2011-07-19From Michael Mann via bug 5769: In fDevice_Instance(), add field in properChris Maynard1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier10-117/+61
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-13/+12
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier9-59/+25
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier5-183/+179
2011-07-18For UL retx, show links forward to next Tx as well as backwards to previous.Martin Mathieson1-17/+65
2011-07-18Add a generated field for the number of NACKs in an AM status PDU.Martin Mathieson1-0/+9
2011-07-17Cleanup and indent in Makefile.Stig Bjørlykke1-10/+7
2011-07-17Check for a valid wspy_dissectors disectory to avoid a warning if missing.Stig Bjørlykke1-0/+5
2011-07-17[Automatic manuf, services and enterprise-numbers update for 2011-07-17]Gerald Combs1-6/+158
2011-07-17Repair "Follow TCP Stream" which got broken by my change in SVN 38056Sake Blok2-16/+19
2011-07-16Improved check for valid custom column in preferences.Stig Bjørlykke1-2/+8
2011-07-15Stop using the conversation index for tcp stream values as the gaps in the nu...Sake Blok2-8/+17
2011-07-15Update URL addition in r37899 with an "original" site instead of a mirror.Stephen Fisher1-1/+1
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