aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03Make the "length" argument of the tvb_mem* functions a size_t since it'sGerald Combs2-18/+18
2009-04-02Make buildbot happy again... Sake Blok1-6/+4
2009-04-02Get rid of an unused variable.Guy Harris1-54/+53
2009-04-02From Garey Hassler:Anders Broman2-27/+721
2009-04-02From Naoyoshi Ueda:Anders Broman10-1011/+2324
2009-04-02From Chris Maynard:Anders Broman3-13/+105
2009-04-02Yin Sun:Anders Broman1-14/+10
2009-04-02Remove #if 0Anders Broman1-2/+1
2009-04-02From Peter Hertting: Fix the maximum poll interval.Gerald Combs1-1/+1
2009-04-02Fix a typo.Gerald Combs1-1/+1
2009-04-02The format argument of val_to_str() formats a guint32, not a char *. FixesGerald Combs1-1/+1
2009-04-01Describe the format of libpcap records a little better - no, it's notGuy Harris1-1/+3
2009-04-01Add to new functions from the optimization patch:Anders Broman2-0/+30
2009-04-01According to the section 2.4 of the spec.Anders Broman2-7/+6
2009-04-01From Abhik Sarkar: SMPP TLV tag value_strings.Bill Meier1-2187/+2255
2009-04-01The second argument to Gestalt() is an SInt32, which, for backwardsGuy Harris1-5/+5
2009-04-01Only #undef inet_aton if we're using ADNS on Windows.Gerald Combs1-1/+1
2009-03-31Rawshark fixes from Duncan Salerno.Gerald Combs2-22/+46
2009-03-31Add a check to make sure we don't try to allocate a huge buffer. IfGerald Combs1-7/+11
2009-03-31Change to prevent "off-the-end" array access if invalid payload-type/media-fo...Bill Meier1-0/+6
2009-03-31Update value strings.Anders Broman2-5/+169