aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-59/+59
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-9/+11
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-07H248: fix V712 warning reported by PVS-StudioPascal Quantin1-5/+6
2015-02-18H.248: fix dissection of ServiceChangeReason for version 1Pascal Quantin1-51/+4
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-2/+2
2014-11-17H248: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-20/+22
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman1-9/+8
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-6/+11
2014-06-20batch of tvb-length conversionsEvan Huus1-6/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-05-05Add the possibillity to add a string to the termination id.AndersBroman1-11/+24
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-16/+16
2014-02-22Fix Called function pointer is null (null dereference) found by ClangAlexis La Goutte1-6/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-57/+55
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-7/+9
2013-11-10Pass "wild_card" directly to dissector instead of using private_data. "h248t...Michael Mann1-8/+7
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-5/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-05Get rid of a duplicated filter name.Anders Broman1-13/+7
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus1-8/+8
2013-08-04Convert proto_item_set_expert_flags into filterable items.Michael Mann1-10/+23
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-1/+1
2013-07-06Use epan-scoped memory for h248 packages. Fixes another ~24KB of leaks.Evan Huus1-3/+3
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-15/+15
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-5/+13
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-129/+129
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-8/+8
2013-03-19From beroset:Anders Broman1-9/+8
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier1-2/+2
2013-02-20Clean up white space - get rid of 4-space tabs.Guy Harris1-168/+178
2013-02-02Hack: disguise '/*' in text strings to prevent checkAPIs & etc seeing 'start ...Bill Meier1-6/+6
2013-01-19Use epan-scoped memory to clean up another 1Kb+ of valgrindEvan Huus1-3/+4
2012-12-13From John Batty via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8087 :Pascal Quantin1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-11Revert part of revision 43107 which broke sub dissection ofAnders Broman1-37/+42
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-20Add a link to IANA registry.Anders Broman1-1/+2