Treat TVBs as opaque: use the accessor functions instead of accessing the fields
[obnox/wireshark/wip.git] / epan / dissectors / packet-ansi_637.c
2011-05-27 morrissTreat TVBs as opaque: use the accessor functions instea...
2011-05-17 morrissAs suggested by Chris: use val_to_str_const() instead...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-07 wmeier(Trivial) Fix a typo & some indentation.
2011-04-06 wmeierUse the correct handle when registering "media_type...
2011-04-04 wmeierDon't assign to a proto_item * if the value won't be...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-05-10 wmeierIndentation & whitespace cleanup (including: "4 space...
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-02-17 etxrabA stab in the dark at deissecting IS-637-A decoding...
2010-01-13 etxrabFrom Didier Gautheron:
2009-10-23 etxrabMove IA5_7BIT_decode to strutil.c
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
2009-08-21 krjSanitize epan includes
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-26 wmeierMisc dissector cleanup:
2009-02-17 stigTry to be smart and add ansi_tele_msg_status_strings...
2009-02-17 jakeHave message status decoded.
2009-02-17 sfisherFix compiler warning/error:
2009-02-17 etxrabFrom Jan Adamek:
2008-12-18 wmeierFix various typos and spelling errors (mostly in text...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-28 etxrabFrom Shmulik Bezale:
2008-06-23 stigRemoved argument names in function pointers to avoid...
2008-01-09 etxrabMake ANSI IS-637-A Teleservice - "ansi_637_tele" and
2007-08-30 etxrabFrom Chris Maynard:
2007-03-26 sahlbergFrom Sebastien Tandel
2006-11-26 morrissClean up a bunch of unused parameter warnings and 2...
2006-11-22 etxrabFrom Michael Lum
2006-08-10 jakeFrom: Michael Lum
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-09-02 sahlberganother switch that should be a value_string
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 sahlbergremove sprintf
2005-07-27 jmayerFix >2600 warnings by doing char -> const char changes.
2005-07-26 etxrabFrom Maynard, Chris :
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-26 ulflpacket-ansi_637.c(288) : warning C4090: 'return' :...
2005-06-20 geraldFix a format string vulneratility in the AFP dissector...
2004-07-18 gramMove dissectors to epan/dissectors directory.