aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h221_nonstd.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-21Replace tvb_length()AndersBroman1-1/+1
2014-11-07Fix all remaining filter name errors found with checkfiltername.plMichael Mann1-1/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+19
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-05-23Use correct subtree in two cases: Fixes Coverity 920;Bill Meier1-53/+41
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-20Fix the name in the comment.Guy Harris1-1/+4
2005-05-19Use value_string for codec values/strings.Anders Broman1-43/+15
2005-05-19Clean up indentation.Guy Harris1-7/+21
2005-05-18Add a dissector for h221 nonstandard data which can easily be expanded with p...Anders Broman1-0/+153