aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-23Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-19Exposing a couple of more constant arrays for ANSI-637. Bug 9471 (https://bu...Michael Mann1-2/+2
2013-12-18Presumably ansi_tsb58_language_ind_vals shouldn't be static (since it's liste...Jeff Morriss1-1/+1
2013-12-18ANSI A-interface improvements. Bug 9471 (https://bugs.wireshark.org/bugzilla...Michael Mann1-1284/+977
2013-12-17Do not modify the bytes given to proto_tree_add_uint_format_value() in case t...Pascal Quantin1-8/+8
2013-12-17Fix a crash when calling try_val_to_str_ext()Pascal Quantin1-4/+4
2013-12-17Fix the offset when dissecting a Signal reserved fieldPascal Quantin1-1/+1
2013-12-16Intialise a variable to avoid a (bogus) warning with my version of gccMartin Mathieson1-1/+1