aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07Make it easier to make full extended value string if required.Anders Broman1-257/+398
2012-12-05 Found non-ASCII characters on line 7323 of packet-isup.cAnders Broman1-1/+1
2012-12-05unused variable 'length'Anders Broman1-1/+0
2012-12-05Dissect more Japanese ISUP parameters.Anders Broman1-17/+307
2012-12-04Add more dissection for Japan ISUP.Anders Broman1-145/+157
2012-12-04Add more Japan ISUP parameters to value sting, dissection remains to be done.Anders Broman1-17/+43
2012-12-02From Ojab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8035 :Pascal Quantin1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-8/+8
2012-11-27Add more parameters for Japanese ISUP.Anders Broman1-6/+285
2012-10-11hf_isup_cic is now BASE_DEC, so there's no reason to useGuy Harris1-2/+2
2012-10-11"Prepare/Apply a filter" on ISUP CIC should make a filter with decimal CIC nu...Anders Broman1-2/+2
2012-10-08Fix unused parameters.Anders Broman1-1/+3
2012-10-08Let ISUP national settings be valid for BICC too.Anders Broman1-24/+251
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-30tools/checkhf.pl reported 3 unused hf entries. Commented them out for now.Chris Maynard1-5/+5
2012-08-30Remove trailing space in some hf names.Jeff Morriss1-17/+17
2012-08-30Add Japanese ISUP variant(not all IE's)Anders Broman1-6/+1070
2012-08-23Cleanup: Whitespace and long lines;Bill Meier1-946/+1156
2012-08-23value-string arrays - allow "direct" access: fix dup val & fill in a "gap".Bill Meier1-8/+32
2012-08-14From Bodo Petermann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7632Evan Huus1-1/+6
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-9/+9
2012-08-01updated more display filters per checkfiltername.plMichael Mann1-19/+19
2012-07-31Fix Coverity CID 712526: Missing break in switch. Bug introduced with r44134.Chris Maynard1-0/+1
2012-07-30Add Russian national variant.Anders Broman1-21/+352
2012-07-26Extend a value string.Anders Broman1-0/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
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