aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32410 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-4/+2
* Remove check_col guards git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30127 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Don't guard col_append_str with check_colkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30125 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-16Removed some non-ASCII characters.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27736 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-26Make it a bit clearer witch bits are displayed.etxrab1-0/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27301 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-11Fix a couple of wrong offsets, terminate dissecton where it is incomplete.etxrab1-9/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26752 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25#include <prefs.h> not req'dwmeier1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26089 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-15bitmasks are unnecessary with proto_tree_add_bits_*, and indeed break filtering.richardv1-16/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-15rename protocol to h263richardv1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25048 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-15split the various bits of h263 dissector into separate files, so that werichardv1-871/+42
can see which fields belong to which bit. Also make sure that we can filter on the fields in the rfc2190 dissector by actually parsing them even when tree=NULL. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25046 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Add a preferense to decode a dynamic payload type as H263-1998/H263-2000etxrab1-17/+52
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24153 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23150 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-18Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().etxrab1-249/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21830 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-28Revert some private experiments checked in by misstake.etxrab1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21609 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-28From Gavin Heer:etxrab1-7/+8
Here's a patch that decodes MMS(Manufacturing Messaging Specification) when transported over COTP/TPKT/TCP. Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected. With a change to use more functions from packet-ber git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21608 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCstandel1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21410 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-10Dissect a bit more of the h263 data.etxrab1-34/+230
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21376 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewmorriss1-1/+1
remaining that I'm not sure exactly what to do with at the moment: the one in packet-frame probably should be there, the others probably shouldn't but they also should never fail unless there's a compile or build problem (AFAICS). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21367 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-02Add commentsetxrab1-7/+139
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21299 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-31Common dissection of GOB.etxrab1-46/+201
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21292 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-31Properly NULL terminate string (str[0]='\0';)etxrab1-42/+72
Let h263_proto_tree_add_bits return the value Find more starcodes Add picture type to Info col(P/I) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21288 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-30Fix more warningssfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21286 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-28warning fixesjmayer1-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21239 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-27Common handling of picture layer.etxrab1-99/+402
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21229 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-06More dissecting of H.263 according to RFC 4629.etxrab1-5/+204
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20983 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-28Start dissecting H.263 according to RFC 4629.etxrab1-7/+179
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20949 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-02From Richard van der Hoff:etxrab1-3/+20
Q.931:I mprovesthe dissection of Q.931 Channel Identification information elements, by using proper (filterable) header fields rather than text tree items. H253: make the h.263 dissector dissect the group-of-block number which comes after a GOB start code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18323 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-13Fix Bug 566 H.263: in display filters, ftype bit masked by sbit etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16500 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-02From Jeff Snyderetxrab1-21/+63
00-iax.diff Modifications to the IAX2 dissector so that it offers desegmentation to subdissectors using the same API as TCP offers (pinfo->desegment_len etc) 01-amr.diff Modifications to the AMR dissector to allow AMR IF2 data to be dissected via call_dissector() from packet-h223.c. This patch also causes the AMR dissector to append the frame type string to the info column, so that the info column shows what protocols an H.223 frame contains. 02-h263-data.diff Modifications to packet-h263.c to separate the dissection of h.263 RTP encpasulation from the dissection of the actual h.263 data. The data dissection functions are added as a second dissector. This data-only dissector is used to dissect the video channel in our h.223 streams. As with the AMR modification, this makes the H.263 dissector append to the info column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16068 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-22Dissect part of the payload.etxrab1-7/+194
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13862 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-16Dissect a bit of the payload to, Picture start block and temporal ref.etxrab1-7/+50
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13776 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+541
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7