aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-04-08More size_t fixes.gerald1-1/+2
2009-04-08Add another Flex exception.gerald1-0/+1
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizegerald3-4/+10
2009-04-08Fix the last commit.gerald1-2/+1
2009-04-08More size_t fixes.gerald4-41/+37
2009-04-08More size_t fixes. Use a string buffer in range.c.gerald5-19/+18
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier4-5/+5
2009-04-08More Ethereal --> Wiresharkwmeier6-15/+16
2009-04-08More ethereal --> wiresharkwmeier8-19/+19
2009-04-08Add dissection of:etxrab1-16/+345
2009-04-08size_t fixes.gerald4-30/+31
2009-04-07Fix a typo.morriss1-31/+34
2009-04-07Another patch to sqelch warnings about asserts in g_strlcpy with NULL source ...jmayer1-2/+4
2009-04-07size_t fixes.gerald4-30/+30
2009-04-07Use some default true_false_string's.wmeier25-391/+210
2009-04-07Add missed packet-pw-atm.c.etxrab1-0/+1
2009-04-07More size_t casts.gerald2-4/+4
2009-04-06The last of the size_t fixes in epan/dissectors.gerald2-66/+46
2009-04-06More size_t fixes.gerald2-10/+10
2009-04-06More size_t fixes.gerald4-15/+15
2009-04-06Dissect g722.2 H.245 paramaters.etxrab1-0/+13
2009-04-06Fix bug 3342:jake1-0/+150
2009-04-06Fix compiler warning/errorssfisher1-1/+1
2009-04-06More size_t casts/fixes, and string buffers.gerald4-59/+55
2009-04-05Get rid of a bunch of size_t's.gerald1-46/+65
2009-04-05Use ep_strdup_printf() and emem_strbuf_t's.guy1-20/+15
2009-04-05Use an emem_strbuf_t in bitrange().guy1-34/+10
2009-04-05Casts of pointer differences to squelch P64 warnings; the differencesguy1-3/+3
2009-04-05Reapply the change from revision 27946.guy1-1/+12
2009-04-05Back out the previous change. As Guy pointed out, we might not want togerald2-45/+34
2009-04-05[Automatic manuf and enterprise-numbers update for 2009-04-05]gerald1-99/+2883
2009-04-04tvbuff.[ch]: Accept more size_t's.gerald4-66/+49
2009-04-04Keep the buildbot happy.etxrab1-4/+4
2009-04-04Wrong tree used, add Codec list dissection.etxrab2-36/+92
2009-04-04From Francesco Fondelli:etxrab4-135/+859
2009-04-03Use an emem_strbuf_t where appropriate.guy1-8/+10
2009-04-03size_t fix (you won't get more than 2^31-1 bytes there).guy1-1/+1
2009-04-03size_t fix (you're not going to get more than 2^31-1 bytes there).guy1-1/+1
2009-04-03Some size_t cleanups.guy1-3/+3
2009-04-03Turn length variables that don't need to be size_t into guint.guy1-2/+2
2009-04-03tvb_memcpy() now takes a size_t as an argument, so get rid of aguy1-1/+1
2009-04-03Don't crash on linux:jmayer1-1/+1
2009-04-03Squelch a warning.guy1-1/+1
2009-04-03Don't support a length of -1 meaning "to the end of the tvbuff" inguy1-1/+12
2009-04-03Don't reply on an argument of -1 as the last argument of tvb_memcpy()guy1-6/+15
2009-04-03Add value strings and code clenup.etxrab3-491/+279
2009-04-03More size_t.gerald1-1/+2
2009-04-03Make some lengths size_t's.gerald2-5/+5
2009-04-03Make the "length" argument of the tvb_mem* functions a size_t since it'sgerald2-18/+18
2009-04-02Make buildbot happy again... sake1-6/+4