aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-191/+191
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-05-22From Terry Hardie via bug 3080:Gerald Combs1-2/+56
2009-03-11From Michael Lum:Anders Broman1-1/+73
2009-02-10Remove an ugly hack:Ulf Lamping1-2/+3
2009-02-09Add dissection of Charging ASE in ISUP APM messages.Anders Broman1-7/+15
2008-12-31Remove a debug output.Anders Broman1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-14/+14
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-7/+7
2008-09-25Get rid of no-longer-used variables.Guy Harris1-2/+2
2008-09-24Packet-isup.c &packet-q931.[ch]:Anders Broman1-144/+14
2008-08-21Fix from christopher maynard as reported in bug 2822Bill Meier1-1/+1
2008-08-14Use const with value_string array definitionsBill Meier1-2/+2
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-3/+8
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+7
2008-04-23From Vasil Velichkov:Anders Broman1-2/+2
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2008-01-27Fix reassembly.Anders Broman1-37/+36
2007-12-05From Cliff Romash: TMR is not a mandatory parameter on an ANSI IAM but USI is.Jeff Morriss1-12/+33
2007-10-17Properly decode "South Africa"Jaap Keuter1-1/+1
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman1-1/+1
2007-08-31Fix for bug 1244:Jaap Keuter1-1/+1
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-4/+4
2007-05-28From Neil Ostroff:Anders Broman1-16/+367
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1