aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-14Use const with value_string array definitionswmeier1-2/+2
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsmorriss1-3/+8
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-3/+7
2008-04-23From Vasil Velichkov:etxrab1-2/+2
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2008-01-27Fix reassembly.etxrab1-37/+36
2007-12-05From Cliff Romash: TMR is not a mandatory parameter on an ANSI IAM but USI is.morriss1-12/+33
2007-10-17Properly decode "South Africa"jake1-1/+1
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-1/+1
2007-08-31Fix for bug 1244:jake1-1/+1
2007-08-15- s/ntohs/g_ntohsmorriss1-4/+4
2007-05-28From Neil Ostroff:etxrab1-16/+367
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-04-16Fix a couple warningsmorriss1-3/+3
2007-04-03Fix bug 1508:morriss1-2/+4
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-271/+271
2006-10-15Fix Event dissection which was broken when going to V3.etxrab1-0/+1
2006-10-08H248:etxrab1-1/+1
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenetxrab1-3/+4
2006-07-05From Jeff Morriss:etxrab1-45/+64
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-11Fix Bug 938 ISUP IAM message marked as Malformed packet - Location number wit...etxrab1-1/+2
2006-05-03col_append_str() instead of col_set_str() by mistake.etxrab1-2/+2
2006-04-25Add some more ANSI Message types and Parameters dissect ANSI cause.etxrab1-20/+132
2006-04-24Preparations to include ANSI ISUP dissection.etxrab1-254/+990
2006-04-20From: Shashidhar Bhandarejake1-5/+197
2006-03-24From Olivier Jacques:jake1-2/+2
2006-03-04Fix bug 786etxrab1-8/+14
2006-02-28Bugfix: Dissect BAT ASE Signal IE properly.etxrab1-9/+2
2006-01-05Bill Meier:jmayer1-6/+6
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-2/+0
2005-12-14"a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are theguy1-2/+4