aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Fix encoding arg for various fcn calls:wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-16/+16
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.etxrab1-35/+34
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-4/+2
2009-09-24Don't guard col_append_str with check_colkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
2009-03-16Removed some non-ASCII characters.stig1-1/+1
2009-01-26Make it a bit clearer witch bits are displayed.etxrab1-0/+19
2008-11-11Fix a couple of wrong offsets, terminate dissecton where it is incomplete.etxrab1-9/+11
2008-08-25#include <prefs.h> not req'dwmeier1-2/+0
2008-04-15bitmasks are unnecessary with proto_tree_add_bits_*, and indeed break filtering.richardv1-16/+16
2008-04-15rename protocol to h263richardv1-1/+1
2008-04-15split the various bits of h263 dissector into separate files, so that werichardv1-871/+42
2008-01-21Add a preferense to decode a dynamic payload type as H263-1998/H263-2000etxrab1-17/+52
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-1/+1
2007-05-18Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().etxrab1-249/+39
2007-04-28Revert some private experiments checked in by misstake.etxrab1-8/+7
2007-04-28From Gavin Heer:etxrab1-7/+8
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCstandel1-3/+3
2007-04-10Dissect a bit more of the h263 data.etxrab1-34/+230
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewmorriss1-1/+1
2007-04-02Add commentsetxrab1-7/+139
2007-03-31Common dissection of GOB.etxrab1-46/+201
2007-03-31Properly NULL terminate string (str[0]='\0';)etxrab1-42/+72
2007-03-30Fix more warningssfisher1-1/+1
2007-03-28warning fixesjmayer1-6/+5
2007-03-27Common handling of picture layer.etxrab1-99/+402
2007-03-06More dissecting of H.263 according to RFC 4629.etxrab1-5/+204
2007-02-28Start dissecting H.263 according to RFC 4629.etxrab1-7/+179
2006-06-02From Richard van der Hoff:etxrab1-3/+20
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-11-13Fix Bug 566 H.263: in display filters, ftype bit masked by sbit etxrab1-1/+1
2005-10-02From Jeff Snyderetxrab1-21/+63
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
2005-03-22Dissect part of the payload.etxrab1-7/+194
2005-03-16Dissect a bit of the payload to, Picture start block and temporal ref.etxrab1-7/+50
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+541