aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-13Change reassembly to include first empty segment, check if SLR exists.etxrab1-15/+8
2005-12-13Fix some bit mask tests - & has lower priority than !=, so "a & b != c"guy1-2/+8
2005-12-12Reassmble apm messages.etxrab1-29/+177
2005-12-01Handle empty APM messageetxrab1-5/+24
2005-11-29ISUP - Export functions used by INAP and Cameletxrab1-5/+8
2005-11-16Decose APN messages correctly.etxrab1-22/+85
2005-11-11fix:etxrab1-130/+145
2005-11-07Bug fix to dissection of NSAP E164 Country codesetxrab1-51/+68
2005-11-02Handle a optional parameter length of zero.etxrab1-255/+262
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongguy1-46/+52
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy1-9/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-3/+2
2005-08-08various code cleanup:ulfl1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer1-19/+19
2005-07-24fix a leak of tap info data by replacing g_strdup with ep_strduplego1-3/+4
2005-06-03Register the ISUP dissector to make it callable through etxrab1-0/+2
2005-05-18- add an isup stats_tree with statistics regarding message types and the dire...lego1-1/+35