change the signature that asn2wrs generates for functions to marm all parameters...
[obnox/wireshark/wip.git] / epan / dissectors / packet-isup.c
2007-01-29 geraldFix potential buffer overruns in address_to_str_buf...
2006-10-15 etxrabFix Event dissection which was broken when going to V3.
2006-10-08 etxrabH248:
2006-10-06 etxrabAdd a few packages and fix dissecton of a_codecs and...
2006-07-05 etxrabFrom Jeff Morriss:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-11 etxrabFix Bug 938 ISUP IAM message marked as Malformed packet...
2006-05-03 etxrabcol_append_str() instead of col_set_str() by mistake.
2006-04-25 etxrabAdd some more ANSI Message types and Parameters dissect...
2006-04-24 etxrabPreparations to include ANSI ISUP dissection.
2006-04-20 jakeFrom: Shashidhar Bhandare
2006-03-24 jakeFrom Olivier Jacques:
2006-03-04 etxrabFix bug 786
2006-02-28 etxrabBugfix: Dissect BAT ASE Signal IE properly.
2006-01-05 jmayerBill Meier:
2005-12-16 etxrabGet rid of duplicted dissector tables for MTP3 Service...
2005-12-14 guy"a & b == c" is, in C, parsed as "a & (b == c)" - and...
2005-12-13 etxrabChange reassembly to include first empty segment, check...
2005-12-13 guyFix some bit mask tests - & has lower priority than...
2005-12-12 etxrabReassmble apm messages.
2005-12-01 etxrabHandle empty APM message
2005-11-29 etxrabISUP - Export functions used by INAP and Camel
2005-11-16 etxrabDecose APN messages correctly.
2005-11-11 etxrabfix:
2005-11-07 etxrabBug fix to dissection of NSAP E164 Country codes
2005-11-02 etxrabHandle a optional parameter length of zero.
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-12 guyThe previous checkin for packet-isup.c was accidentally...
2005-09-12 guyDon't collide with the "regular" IPv6 defintions in...
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-08 ulflvarious code cleanup:
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-24 legofix a leak of tap info data by replacing g_strdup with...
2005-06-03 etxrabRegister the ISUP dissector to make it callable through
2005-05-18 lego- add an isup stats_tree with statistics regarding...
2005-05-10 lego- export Audio Codec modes from isup/bicc
2005-05-02 geraldFrom Cvetan Ivanov:
2005-04-30 geraldThe previous changes were causing weird exception error...
2005-04-29 geraldUse GStrings instead of character arrays, so that we...
2005-04-15 etxrabFrom Jacques Olivier :
2005-04-04 sahlbergFrom Cvetan Ivanov
2005-03-22 etxrabExport q850_cause_code_vals as its's used by other...
2005-03-03 guyFrom Anders Broman: fix a fault in the CODEC LIST routi...
2005-02-03 etxrabFrom Francisco Alcoba:
2005-02-01 lrolandFrom Alejandro Vaquero:
2004-12-08 guyJust use the parameter type definitions, and value_stri...
2004-11-17 etxrabFrom Martin Regner add the possibillity to disscet...
2004-11-09 etxrabFrom Luis Ontanon: Use hf_isup_parameter_type insted...
2004-10-07 etxrabExport some value strings and a function, some minor...
2004-09-16 guyFrom Viorel Suman: TALI (RFC 3094) support.
2004-08-23 guySet the parameter item for called party number, calling...
2004-08-22 etxrabAdd the changes promised in the earlier checkin:
2004-08-19 etxrabFrom Luis Ontanon: add some fields for filtering r...
2004-07-18 gramMove dissectors to epan/dissectors directory.