aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
Commit message (Expand)AuthorAgeFilesLines
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1
* Fix a couple warningsJeff Morriss2007-04-161-3/+3
* Fix bug 1508:Jeff Morriss2007-04-031-2/+4
* Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs2007-01-291-271/+271
* Fix Event dissection which was broken when going to V3.Anders Broman2006-10-151-0/+1
* H248:Anders Broman2006-10-081-1/+1
* Add a few packages and fix dissecton of a_codecs and handle the case whenAnders Broman2006-10-061-3/+4
* From Jeff Morriss:Anders Broman2006-07-051-45/+64
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Fix Bug 938 ISUP IAM message marked as Malformed packet - Location number wit...Anders Broman2006-05-111-1/+2
* col_append_str() instead of col_set_str() by mistake.Anders Broman2006-05-031-2/+2
* Add some more ANSI Message types and Parameters dissect ANSI cause.Anders Broman2006-04-251-20/+132
* Preparations to include ANSI ISUP dissection.Anders Broman2006-04-241-254/+990
* From: Shashidhar BhandareJaap Keuter2006-04-201-5/+197
* From Olivier Jacques:Jaap Keuter2006-03-241-2/+2
* Fix bug 786Anders Broman2006-03-041-8/+14
* Bugfix: Dissect BAT ASE Signal IE properly.Anders Broman2006-02-281-9/+2
* Bill Meier:Jörg Mayer2006-01-051-6/+6
* Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman2005-12-161-2/+0
* "a & b == c" is, in C, parsed as "a & (b == c)" - and if b and c are theGuy Harris2005-12-141-2/+4
* Change reassembly to include first empty segment, check if SLR exists.Anders Broman2005-12-131-15/+8
* Fix some bit mask tests - & has lower priority than !=, so "a & b != c"Guy Harris2005-12-131-2/+8
* Reassmble apm messages.Anders Broman2005-12-121-29/+177
* Handle empty APM messageAnders Broman2005-12-011-5/+24
* ISUP - Export functions used by INAP and CamelAnders Broman2005-11-291-5/+8
* Decose APN messages correctly.Anders Broman2005-11-161-22/+85
* fix:Anders Broman2005-11-111-130/+145
* Bug fix to dissection of NSAP E164 Country codesAnders Broman2005-11-071-51/+68
* Handle a optional parameter length of zero.Anders Broman2005-11-021-255/+262
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* The previous checkin for packet-isup.c was accidentally checked in alongGuy Harris2005-09-121-46/+52
* Don't collide with the "regular" IPv6 defintions in at least someGuy Harris2005-09-121-9/+4
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-3/+2
* various code cleanup:Ulf Lamping2005-08-081-2/+2
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-19/+19
* fix a leak of tap info data by replacing g_strdup with ep_strdupLuis Ontanon2005-07-241-3/+4
* Register the ISUP dissector to make it callable through Anders Broman2005-06-031-0/+2
* - add an isup stats_tree with statistics regarding message types and the dire...Luis Ontanon2005-05-181-1/+35
* - export Audio Codec modes from isup/biccLuis Ontanon2005-05-101-74/+247
* From Cvetan Ivanov:Gerald Combs2005-05-021-35/+37
* The previous changes were causing weird exception errors. Back them out,Gerald Combs2005-04-301-211/+182
* Use GStrings instead of character arrays, so that we don't overflow anyGerald Combs2005-04-291-112/+211
* From Jacques Olivier :Anders Broman2005-04-151-3/+3
* From Cvetan IvanovRonnie Sahlberg2005-04-041-1/+3
* Export q850_cause_code_vals as its's used by other dissector(s)Anders Broman2005-03-221-2/+2
* From Anders Broman: fix a fault in the CODEC LIST routine where offsetGuy Harris2005-03-031-16/+17
* From Francisco Alcoba:Anders Broman2005-02-031-1/+3
* From Alejandro Vaquero:Lars Roland2005-02-011-3/+12
* Just use the parameter type definitions, and value_string table, fromGuy Harris2004-12-081-84/+0
* From Martin Regner add the possibillity to disscet BICC over SCTPAnders Broman2004-11-171-0/+2