aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig20-75/+75
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) mes...martinm2-10/+14
2011-07-19Based on the information provided by Steve Karg via -dev, change all occurren...cmaynard1-33/+33
2011-07-19Use correct encoding for proto_tree_add_item().stig20-523/+398
2011-07-19Use ENC_LITTLE_ENDIAN rather than TRUE in proto_tree_add_item() calls. guy1-34/+33
2011-07-19From Michael Mann via bug 5769: In fDevice_Instance(), add field in propercmaynard1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier10-117/+61
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-13/+12
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier9-59/+25
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier5-183/+179
2011-07-18For UL retx, show links forward to next Tx as well as backwards to previous.martinm1-17/+65
2011-07-18Add a generated field for the number of NACKs in an AM status PDU.martinm1-0/+9
2011-07-17Repair "Follow TCP Stream" which got broken by my change in SVN 38056sake1-1/+1
2011-07-15Stop using the conversation index for tcp stream values as the gaps in the nu...sake2-8/+17
2011-07-15Update URL addition in r37899 with an "original" site instead of a mirror.sfisher1-1/+1
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier4-38/+23
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-3288/+3286
2011-07-15* If first 8 bytes in icmp data do not look like a timestamp in BE, try LE re...sake1-4/+9
2011-07-15Fix "comparison between signed and unsigned" warning.cmaynard1-1/+1
2011-07-15Be sure there's enough bytes in the ICMP payload before trying to access it incmaynard1-0/+13
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier2-951/+951
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-8/+0
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-21/+16
2011-07-14Make windows buildbot happy (hopefully!)sake1-1/+1
2011-07-14If the first 8 bytes of the icmp echo/echo-reply data look like a timestamp, ...sake1-21/+50
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic cur...gal2-7/+248
2011-07-14Update to correct the definition of the clearance attribute used in certifica...gal1-5/+43
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier3-32/+11
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier3-41/+35
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-18/+8
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald3-63/+0
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.etxrab1-18/+18
2011-07-11From qgj:etxrab1-133/+133
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.etxrab1-135/+135
2011-07-11From Ludovic Haessler:etxrab2-3/+22
2011-07-11Make sure consumed is set.etxrab1-2/+1
2011-07-11From Michael Mann:etxrab1-1462/+1727
2011-07-11As noted by Jaap Keuter on -dev, be sure to use message_size instead ofcmaynard1-1/+1
2011-07-10From Jaap:etxrab1-2/+2
2011-07-10Add port 2710 for the XBT BitTorrent tracker (and note why it's added;guy1-1/+3
2011-07-10Make sure the SID string attached to a dcerpc_call_value has sessionguy1-1/+7
2011-07-09Put Modbus/UDP support back.guy1-1/+27
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theguy1-1/+3
2011-07-09Per README.developer, we must call subdissectors regardless of whether "tree"cmaynard1-1/+7
2011-07-08Trivial: add a couple of newlines.martinm2-0/+2
2011-07-08%u suffices, as varargs are widened. (It aslso doesn't cause Clang toguy1-2/+2
2011-07-07In elem_cell_id_aux(), in the case of an unknown/invalid disc, be sure tocmaynard1-2/+2
2011-07-07From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6093alagoutte1-92/+77
2011-07-07From Ludovic Haessler:etxrab2-2/+17
2011-07-06Fix memory leak, using ep_alloc() instead of g_malloc().cmaynard1-1/+1