aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mpeg-pes
AgeCommit message (Collapse)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Copy optimization changes to ASN.1 sources.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28378 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-30Fix:etxrab2-2/+23
"This is due to a bug in the sourcecode of the MPEG-PES dissector. It originates in r26328, which added a bugfix to the generated code with the use of 'illegal' characters in the comment block. Currently the bugfix is dropped since it was never added to the ASN.1 dissector template, hence has been lost with the new generation of this code." git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28201 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-28#include prefs.h not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27322 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04Minor cleanup mostly related to proto_reg_handoffwmeier1-3/+2
Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26693 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
Spotted by Tomas Kukosa. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-08Warning fix:jmayer1-3/+3
- No comma after last element in enum Fix: - Call new_dissector_register for new style dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23808 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-24"time_t" might be an "int" or might be a "long"; cast it to "long" andguy1-2/+4
print it with "%ld". (It's typically signed.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23258 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23145 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10- Change Makefiles to include preincjmayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23141 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09More Makefile updatesjmayer6-0/+801
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23113 f5534014-38df-0310-8fa8-9805f1628bb7