aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Only dissect as SDp if it's IPBCP (text encoded).Anders Broman1-4/+7
2012-05-10Fix CID 700200: the Israeli variant case can't happen inJeff Morriss1-0/+9
2012-05-07Decode the Israeli TCM and CAM messages.Jeff Morriss1-2/+19
2012-05-05Add support for Israeli national variant of (ITU) ISUP; Only the BCMJeff Morriss1-440/+766
2012-04-16Remove non-ASCII characterpascal1-1/+1
2012-04-16Define ISUP_ITU_STANDARD_VARIANT before using it.Chris Maynard1-3/+3
2012-04-16Introduce a preference to set Standard or National ITU ISUP variant.Anders Broman1-5/+28
2012-04-16Add dissection of French national messages.Anders Broman1-17/+251
2012-04-16Use content_type_parameter_str in dissect_application_isup()Anders Broman1-6/+56
2012-04-16Separate ANSI and ITU messages.Anders Broman1-495/+517
2012-03-21Fix Coverity CID's 1439-1448 OVERRUN_STATIC introduced with r41468. Also fix...Chris Maynard1-12/+11
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+11
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-4/+2
2012-01-19Fix some duplicate display filter names.Chris Maynard1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5221 :Jeff Morriss1-44/+52
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-20/+20
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-07-04From Christopher Maynard:Anders Broman1-13/+16
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-04-22Fix a "equality comparison with extraneous parentheses" warning foundStephen Fisher1-1/+1
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-2/+1
2011-03-26Simplify the generation of the 'name' passed to tick_stat_node().Jeff Morriss1-7/+3
2011-02-13Register BICC by name.Anders Broman1-0/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-15Fill value_strings.Anders Broman1-5/+59
2010-11-14Extend value_strings to make full use of value_string_ext.Anders Broman1-0/+80
2010-11-09Fix a few typos in two value_string arrays ....Bill Meier1-4/+7
2010-11-09Fill th Q.850 tables.Anders Broman1-5/+108
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-4257/+4403
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-11/+9
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-17Add heuristic table for Q.931 User-specific protocolTomas Kukosa1-8/+8
2010-02-27Constify and clean up indentation.Guy Harris1-2/+2
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-30/+24
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2009-10-23From Gerasimos Dimitriadis:Anders Broman1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-6/+3
2009-09-10Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.Michael Tüxen1-2/+2
2009-09-08Print cic in info column for BICC messages similar to ISUP.Michael Tüxen1-7/+12
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-07-06Decode error for network-id in BICC BCU-IDAnders Broman1-4/+3
2009-07-04A fix for:Anders Broman1-3/+3