aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5221 :morriss1-44/+52
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-20/+20
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-07-04From Christopher Maynard:etxrab1-13/+16
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+0
2011-04-22Fix a "equality comparison with extraneous parentheses" warning foundsfisher1-1/+1
2011-04-18Removed some unneeded assignments.stig1-2/+1
2011-03-26Simplify the generation of the 'name' passed to tick_stat_node().morriss1-7/+3
2011-02-13Register BICC by name.etxrab1-0/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-11-15Fill value_strings.etxrab1-5/+59
2010-11-14Extend value_strings to make full use of value_string_ext.etxrab1-0/+80
2010-11-09Fix a few typos in two value_string arrays ....wmeier1-4/+7
2010-11-09Fill th Q.850 tables.etxrab1-5/+108
2010-11-05Use value_string_ext fcns to access certain value_string arrays;wmeier1-4257/+4403
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-11/+9
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-17Add heuristic table for Q.931 User-specific protocolkukosa1-8/+8
2010-02-27Constify and clean up indentation.guy1-2/+2
2010-02-06Renamed some reassembled data texts.stig1-30/+24
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2009-10-23From Gerasimos Dimitriadis:etxrab1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-6/+3
2009-09-10Fix handling of BEARER_CONTROL_UNIT_IDENTIFIER.tuexen1-2/+2
2009-09-08Print cic in info column for BICC messages similar to ISUP.tuexen1-7/+12
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-7/+7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-07-06Decode error for network-id in BICC BCU-IDetxrab1-4/+3
2009-07-04A fix for:etxrab1-3/+3
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-191/+191
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-05-22From Terry Hardie via bug 3080:gerald1-2/+56
2009-03-11From Michael Lum:etxrab1-1/+73
2009-02-10Remove an ugly hack:ulfl1-2/+3
2009-02-09Add dissection of Charging ASE in ISUP APM messages.etxrab1-7/+15
2008-12-31Remove a debug output.etxrab1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-14/+14
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-7/+7
2008-09-25Get rid of no-longer-used variables.guy1-2/+2
2008-09-24Packet-isup.c &packet-q931.[ch]:etxrab1-144/+14
2008-08-21Fix from christopher maynard as reported in bug 2822wmeier1-1/+1