aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-15/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-3/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-47/+60
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-01At least 4 bytes is required to check PSC, fixes bug https://bugs.wireshark.o...Anders Broman1-0/+7
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-16/+16
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-35/+34
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-4/+2
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-11/+11
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
2009-01-26Make it a bit clearer witch bits are displayed.Anders Broman1-0/+19
2008-11-11Fix a couple of wrong offsets, terminate dissecton where it is incomplete.Anders Broman1-9/+11
2008-08-25#include <prefs.h> not req'dBill Meier1-2/+0
2008-04-15bitmasks are unnecessary with proto_tree_add_bits_*, and indeed break filtering.Richard van der Hoff1-16/+16
2008-04-15rename protocol to h263Richard van der Hoff1-1/+1
2008-04-15split the various bits of h263 dissector into separate files, so that weRichard van der Hoff1-871/+42
2008-01-21Add a preferense to decode a dynamic payload type as H263-1998/H263-2000Anders Broman1-17/+52
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman1-1/+1
2007-05-18Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().Anders Broman1-249/+39
2007-04-28Revert some private experiments checked in by misstake.Anders Broman1-8/+7
2007-04-28From Gavin Heer:Anders Broman1-7/+8
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCSebastien Tandel1-3/+3
2007-04-10Dissect a bit more of the h263 data.Anders Broman1-34/+230
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewJeff Morriss1-1/+1
2007-04-02Add commentsAnders Broman1-7/+139
2007-03-31Common dissection of GOB.Anders Broman1-46/+201
2007-03-31Properly NULL terminate string (str[0]='\0';)Anders Broman1-42/+72
2007-03-30Fix more warningsStephen Fisher1-1/+1
2007-03-28warning fixesJörg Mayer1-6/+5
2007-03-27Common handling of picture layer.Anders Broman1-99/+402
2007-03-06More dissecting of H.263 according to RFC 4629.Anders Broman1-5/+204
2007-02-28Start dissecting H.263 according to RFC 4629.Anders Broman1-7/+179
2006-06-02From Richard van der Hoff:Anders Broman1-3/+20
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-11-13Fix Bug 566 H.263: in display filters, ftype bit masked by sbit Anders Broman1-1/+1
2005-10-02From Jeff SnyderAnders Broman1-21/+63
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2