aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-03-12ansi_a: fix this condition has identical branches [-Werror=duplicated-branche...Alexis La Goutte1-4/+2
2017-01-31format_text_wmem -> format_textMichael Mann1-3/+3
2017-01-31Add format_text_wmem.Michael Mann1-3/+3
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+1
2016-09-04ANSI_A: Rationalize test expession (CID-1372216 ... 1372267)Jaap Keuter1-2/+4
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-08-09ansi_a: remove unneeded check (CID 1158564).Dario Lombardo1-2/+1
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-2/+4
2016-04-22ansi: make ett array static.Dario Lombardo1-14/+2
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-51/+51
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23ANSI A: get rid of a global bufferPascal Quantin1-29/+26
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-6/+6
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-12-02Fix field long name.Guy Harris1-2/+12
2015-11-29Fix bugs introduced in gcfc47c1Pascal Quantin1-6/+14
2015-11-29Fix Ubuntu compile error.Michael Mann1-18/+8
2015-11-29Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.Michael Mann1-99/+26
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+12
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+2
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-10/+1
2015-09-02ANSI: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-09-01ANSI A: fix dissection of numerous fields broken in g7298a31Pascal Quantin1-7/+7
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann1-141/+112
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-2/+2
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs1-4/+4
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+163
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-7/+7
2015-03-30ANSI IS-637 A: add dissection of Multiple Encoding User Data and Service Cate...Pascal Quantin1-1/+2
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-4/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann1-7/+1
2014-06-26Fix Function call argument is an uninitialized valueMichael Mann1-4/+4
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-112/+63
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-21/+5
2014-03-29Tighten the NO_MORE_DATA_CHECK macrosEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-23Use tvb_memdup(), not tvb_get_string(), when copying octets (such asGuy Harris1-9/+9
2014-01-09Revert "from me" changes of r54676. Checks for NULL were functional logic, n...Michael Mann1-7/+24
2014-01-09Mark an unused parameter as such.Guy Harris1-1/+1
2014-01-09Remove some global variables. Bug 9471 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-540/+480