aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
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
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