aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-271/+271
2006-10-15Fix Event dissection which was broken when going to V3.Anders Broman1-0/+1
2006-10-08H248:Anders Broman1-1/+1
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenAnders Broman1-3/+4
2006-07-05From Jeff Morriss:Anders Broman1-45/+64
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-11Fix Bug 938 ISUP IAM message marked as Malformed packet - Location number wit...Anders Broman1-1/+2
2006-05-03col_append_str() instead of col_set_str() by mistake.Anders Broman1-2/+2
2006-04-25Add some more ANSI Message types and Parameters dissect ANSI cause.Anders Broman1-20/+132
2006-04-24Preparations to include ANSI ISUP dissection.Anders Broman1-254/+990
2006-04-20From: Shashidhar BhandareJaap Keuter1-5/+197
2006-03-24From Olivier Jacques:Jaap Keuter1-2/+2
2006-03-04Fix bug 786Anders Broman1-8/+14
2006-02-28Bugfix: Dissect BAT ASE Signal IE properly.Anders Broman1-9/+2
2006-01-05Bill Meier:Jörg Mayer1-6/+6
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-2/+0
2005-12-14"a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are theGuy Harris1-2/+4
2005-12-13Change reassembly to include first empty segment, check if SLR exists.Anders Broman1-15/+8
2005-12-13Fix some bit mask tests - & has lower priority than !=, so "a & b != c"Guy Harris1-2/+8
2005-12-12Reassmble apm messages.Anders Broman1-29/+177
2005-12-01Handle empty APM messageAnders Broman1-5/+24
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-5/+8
2005-11-16Decose APN messages correctly.Anders Broman1-22/+85
2005-11-11fix:Anders Broman1-130/+145
2005-11-07Bug fix to dissection of NSAP E164 Country codesAnders Broman1-51/+68
2005-11-02Handle a optional parameter length of zero.Anders Broman1-255/+262
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-12The previous checkin for packet-isup.c was accidentally checked in alongGuy Harris1-46/+52
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-9/+4
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-3/+2
2005-08-08various code cleanup:Ulf Lamping1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-19/+19
2005-07-24fix a leak of tap info data by replacing g_strdup with ep_strdupLuis Ontanon1-3/+4
2005-06-03Register the ISUP dissector to make it callable through Anders Broman1-0/+2
2005-05-18- add an isup stats_tree with statistics regarding message types and the dire...Luis Ontanon1-1/+35
2005-05-10- export Audio Codec modes from isup/biccLuis Ontanon1-74/+247
2005-05-02From Cvetan Ivanov:Gerald Combs1-35/+37
2005-04-30The previous changes were causing weird exception errors. Back them out,Gerald Combs1-211/+182
2005-04-29Use GStrings instead of character arrays, so that we don't overflow anyGerald Combs1-112/+211
2005-04-15From Jacques Olivier :Anders Broman1-3/+3
2005-04-04From Cvetan IvanovRonnie Sahlberg1-1/+3
2005-03-22Export q850_cause_code_vals as its's used by other dissector(s)Anders Broman1-2/+2
2005-03-03From Anders Broman: fix a fault in the CODEC LIST routine where offsetGuy Harris1-16/+17
2005-02-03From Francisco Alcoba:Anders Broman1-1/+3
2005-02-01From Alejandro Vaquero:Lars Roland1-3/+12
2004-12-08Just use the parameter type definitions, and value_string table, fromGuy Harris1-84/+0
2004-11-17From Martin Regner add the possibillity to disscet BICC over SCTPAnders Broman1-0/+2
2004-11-09From Luis Ontanon: Use hf_isup_parameter_type insted of hf_isup_message_type.Anders Broman1-1/+1
2004-10-07Export some value strings and a function, some minor bug fixes.Anders Broman1-9/+16
2004-09-16From Viorel Suman: TALI (RFC 3094) support.Guy Harris1-0/+1