aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2009-04-04From Francesco Fondelli:Anders Broman3-135/+837
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-03Squelch a warning.Guy Harris1-1/+1
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-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 Broman2-9/+334
2009-04-02From Chris Maynard:Anders Broman1-12/+98
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-01According to the section 2.4 of the spec.Anders Broman1-2/+2
2009-04-01From Abhik Sarkar: SMPP TLV tag value_strings.Bill Meier1-2187/+2255
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 Broman1-4/+86
2009-03-31Fix a typo.Anders Broman1-1/+1
2009-03-31Make the forward declaration of dissect_snmp() match the definition.Guy Harris1-1/+1
2009-03-31Fix gcc 3.4.6 warning about setjmp/longjmp.Martin Mathieson1-1/+1
2009-03-31If GLib < 2.10.0 use g_mem_chunk instead of g_slice.Bill Meier1-1/+24
2009-03-31#include reassemble.h not req'dBill Meier8-8/+1
2009-03-31#include reassemble.h not req'd; Also: move proto_register... & etc to be las...Bill Meier1-204/+205
2009-03-31From: yami <yamisoe [AT] gmail.com>: Update comment in .c file; copy same to ...Bill Meier2-6/+15
2009-03-31Get rid of val_to_strlen() - strlen() on the results of val_to_str()Guy Harris1-41/+27
2009-03-31From Vincent Helfre:Anders Broman1-15/+35
2009-03-30Dissect security protected NAS message(un ciphered).Anders Broman1-13/+125
2009-03-30Fix bug: ptr to an ep str kept for use while capture file open.Bill Meier1-6/+6
2009-03-30Andreas Schuler:Jörg Mayer1-83/+788
2009-03-30More Win64 fixes.Gerald Combs2-21/+20
2009-03-30Extention and bug fixes.Anders Broman1-46/+101
2009-03-30Fixup whitespace.Gerald Combs1-25/+25
2009-03-30More size_t casts(Unfinished)Anders Broman1-4/+4
2009-03-30More size_t casts.Gerald Combs1-4/+4
2009-03-30In packet-enttec.c and packet-fw1.c, replace string pointer tracking with aGerald Combs4-30/+18
2009-03-30Replace another string pointer dance with a string buffer.Gerald Combs1-18/+9
2009-03-30Handle NAL-unit start code correctly.Anders Broman1-4/+9
2009-03-30From Jens Steinhauser: IEEE C37.118 Synchrophasor dissectorBill Meier2-0/+1411
2009-03-30Initialise a variable to prevent a warning (that looks invalid to me).Martin Mathieson1-1/+1
2009-03-30Add a couple of size_t casts to packet-dnp.c.Gerald Combs1-1/+1
2009-03-29Define certain fcns as static (if not used externally).Bill Meier16-745/+754
2009-03-29Handle the case when FMTP parameters are "out-of-order".Anders Broman1-72/+78