aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h261.c
Commit message (Expand)AuthorAgeFilesLines
* h261: fix "hf->bitmask != 0" assertionPeter Wu2015-10-211-6/+6
* Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann2015-04-221-8/+13
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-1/+0
* Add editor modelines; Reformat as appropriate.Bill Meier2014-10-041-0/+13
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix [-Wmissing-prototypes]Jakub Zawadzki2013-12-151-0/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* #include <string.h> not needed.Bill Meier2010-04-061-2/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-1/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-10/+10
* Mask out correct bits in EBIT.Stig Bjørlykke2007-10-041-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* From Jeff SnyderAnders Broman2005-10-021-0/+2
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+263