summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs5-19/+18
2009-04-08temp file prefix changed from ether to wiresharkBill Meier1-1/+1
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier12-13/+13
2009-04-08More Ethereal --> WiresharkBill Meier10-21/+23
2009-04-08More ethereal --> wiresharkBill Meier8-19/+19
2009-04-08Use wireshark (instead of ether) for temp file name prefix.Bill Meier1-1/+1
2009-04-08Use wireshark (instead of ether) for temp file name prefix.Bill Meier2-2/+2
2009-04-08Add dissection of:Anders Broman3-33/+607
2009-04-08size_t fixes.Gerald Combs4-30/+31
2009-04-07Fix a typo.Jeff Morriss1-31/+34
2009-04-07Another patch to sqelch warnings about asserts in g_strlcpy with NULL source ...Jörg Mayer1-2/+4
2009-04-07size_t fixes.Gerald Combs4-30/+30
2009-04-07Use some default true_false_string's.Bill Meier25-391/+210
2009-04-07Add missed packet-pw-atm.c.Anders Broman1-0/+1
2009-04-07More size_t casts.Gerald Combs2-4/+4
2009-04-06The last of the size_t fixes in epan/dissectors.Gerald Combs2-66/+46
2009-04-06Add missing header file of OpcUa plugin update.Jaap Keuter2-1/+187
2009-04-06More size_t fixes.Gerald Combs2-10/+10
2009-04-06More size_t fixes.Gerald Combs4-15/+15
2009-04-06From Gerhard Gappmeier:Jaap Keuter19-2486/+2868
2009-04-06Dissect g722.2 H.245 paramaters.Anders Broman1-0/+13
2009-04-06Add a page describing LTE MAC stats window.Martin Mathieson5-0/+29
2009-04-06Fix bug 3342:Jaap Keuter1-0/+150
2009-04-06Fix compiler warning/errorsStephen Fisher1-1/+1
2009-04-06More size_t casts/fixes, and string buffers.Gerald Combs4-59/+55
2009-04-05Get rid of a bunch of size_t's.Gerald Combs1-46/+65
2009-04-05Use ep_strdup_printf() and emem_strbuf_t's.Guy Harris1-20/+15
2009-04-05Use an emem_strbuf_t in bitrange().Guy Harris1-34/+10
2009-04-05Casts of pointer differences to squelch P64 warnings; the differencesGuy Harris1-3/+3
2009-04-05Reapply the change from revision 27946.Guy Harris1-1/+12
2009-04-05Back out the previous change. As Guy pointed out, we might not want toGerald Combs2-45/+34
2009-04-05[Automatic manuf and enterprise-numbers update for 2009-04-05]Gerald Combs2-101/+2906
2009-04-04tvbuff.[ch]: Accept more size_t's.Gerald Combs4-66/+49
2009-04-04Keep the buildbot happy.Anders Broman1-4/+4
2009-04-04Wrong tree used, add Codec list dissection.Anders Broman2-36/+92
2009-04-04sv:keywords --> svn:keywordsBill Meier0-0/+0
2009-04-04From Francesco Fondelli:Anders Broman5-140/+865
2009-04-03Use an emem_strbuf_t where appropriate.Guy Harris1-8/+10
2009-04-03size_t fix (you won't get more than 2^31-1 bytes there).Guy Harris1-1/+1
2009-04-03size_t fix (you're not going to get more than 2^31-1 bytes there).Guy Harris1-1/+1
2009-04-03Some size_t cleanups.Guy Harris1-3/+3
2009-04-03Turn length variables that don't need to be size_t into guint.Guy Harris1-2/+2
2009-04-03tvb_memcpy() now takes a size_t as an argument, so get rid of aGuy Harris1-1/+1
2009-04-03Don't crash on linux:Jörg Mayer1-1/+1
2009-04-03Squelch a warning.Guy Harris1-1/+1
2009-04-03Don't support a length of -1 meaning "to the end of the tvbuff" inGuy Harris1-1/+12
2009-04-03Don't reply on an argument of -1 as the last argument of tvb_memcpy()Guy Harris1-6/+15
2009-04-03Add value strings and code clenup.Anders Broman3-491/+279
2009-04-03More size_t.Gerald Combs1-1/+2
2009-04-03Make some lengths size_t's.Gerald Combs2-5/+5