aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-6/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-0/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-22Use pinfo pool and not packet pool for AT_STRINGZ addressesPascal Quantin1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-0/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-03-05Add SCCP SSN 0xf8 for CSS (MAP)Luke Mewburn1-0/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-07Set the (GT) address even if the message is routed by SSN.Luke Mewburn1-7/+7
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+1
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-10/+8
2014-11-22Cleanup packet-sccp.c in preparation of trying to remove sccp_info member of ...Michael Mann1-233/+210
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-13/+41
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-1/+1
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-22/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-9/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-05-14Add an expert info for GT with no digits.AndersBroman1-0/+7
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-21/+82
2013-11-25The defragment_xudt preference is used to control reassembly of both XUDTsJeff Morriss1-8/+7
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-2/+2
2013-10-25Fix CID 281375 (dead code) while hopefully fixing detection of Class-2 ERRJeff Morriss1-2/+27
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-08-25Replace some emem with wmem.Evan Huus1-24/+25
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-77/+34
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-9/+3
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-31/+45
2013-05-28As described in the thread starting with:Jeff Morriss1-19/+31
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-7/+7
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-16/+19
2013-03-19From beroset:Anders Broman1-3/+3
2013-03-12From beroset:Anders Broman1-1/+1