For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-alcap.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 etxrabGet rid of check_col() and use ENC_BIG_ENDIAN.
2011-04-04 wmeierFix "MISSING_BREAK"; Coverity 436.
2011-02-17 geraldFix various Visual C++ analysis warnings.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-10-07 wmeierDefine 3 global variables as static; Whitespace cleanup.
2010-04-06 wmeier#include <string.h> not needed.
2010-01-13 etxrabFrom Didier Gautheron:
2009-10-25 etxrabFrom Jakub Zawadzki:
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-12-16 wmeierFix some spelling/typos
2008-09-03 guyg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-06-27 wmeierFix some warnings reported by gcc -Wshadow ...
2008-05-09 stigInclude string.h
2008-05-09 etxrabFix some of the Errors/warnings detected by checkapi.
2008-03-01 stigAdded missing array for hf_alcap_pssiae_max_len and...
2007-12-04 sahlbergupdate to new signature for string keyed trees
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-03-26 sahlbergFrom Sebastien Tandel
2006-08-29 jmayerFlorent DROUIN <florent.drouin@alcatel.fr>:
2006-08-14 sahlbergrename some structures and defines from the se_tree...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-30 guyConstify some stuff, to eliminate compiler warnings...
2006-03-24 lego- Actually Fix Coverity CID 105 It is true...
2006-03-11 sahlberggive se_trees names so that it is easier to debug...
2006-03-11 legoMark coverity's CID 105 as a false positive.
2006-03-11 legoreplace GHashTables with se_trees
2006-03-07 legoFrom Jeff Morris,
2006-03-07 lego- contsify a variable in packet-alcap.c to see if a...
2006-01-05 jmayerBill Meier:
2005-12-28 legoKeep a hash of call legs indexed by nsap:sugr and separ...
2005-12-19 legoAvoid a warning if release_cause == 0
2005-11-07 etxrabDissect NSAP
2005-10-29 guyUse NULL for pointers, 0 for integers, to squelch compi...
2005-10-28 legoCame up to be an almost complete rewrite:
2005-09-15 legoAdd more information regarding call legs.
2005-09-02 sahlbergmake two thigs that should be value_strings value_strings
2005-08-20 jmayerTrivial warning fixes
2005-08-19 legoKeep information about the call-leg so that all the...
2005-07-27 jmayerFix >2600 warnings by doing char -> const char changes.
2005-07-24 legouse ep_alloc instead of statically allocated buffers
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-26 ulflpacket-alcap.c(195) : warning C4090: 'return' : differe...
2005-06-07 legomake sure that colifo gets set and put some other usefu...
2005-06-06 legoregister the dissector so that it can be found
2004-07-18 gramMove dissectors to epan/dissectors directory.