Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.
[metze/wireshark/wip.git] / epan / dissectors / packet-stun.c
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to call_dissector_only.
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-08-09 Gerald Combsse_tree_lookup32_array() can destroy its key. Make...
2012-07-27 Michael MannAddress bug 4097 (https://bugs.wireshark.org/bugzilla...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-01-12 Bill MeierDon't do fcn calls in arg of g_?to??(); Macro may very...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col() and use ENC.
2011-09-09 Bill MeierCleanup & simplify some code;
2011-09-09 Anders BromanFrom Ken Cox:
2011-05-17 Jeff MorrissUse val_to_str() instead of blindly passing the return...
2011-05-13 Chris MaynardEliminate deadcode. Fixes Coverity CID 415.
2011-01-15 Jeff MorrissDon't (blindly) pass the result of match_strval() into...
2010-12-29 Chris MaynardUpdate list of relevant protocol specs. Some drafts...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2009-10-09 Anders BromanFrom Didier Gautheron:
2009-09-25 Bill MeierUpon 2nd thought: revert changes I made to remove ...
2009-09-22 Kovarththanan Raja... Use col_set_str instead of col_add_fstr when adding...
2009-09-14 Bill MeierRemove unneeded #includes (stdio.h & etc);
2009-09-13 Jeff MorrissFrom Stephane Bryant via https://bugs.wireshark.org...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-02 Bill Meierpacket-stun2 registers for TCP & UDP port 3478 so packe...
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-02-12 Bill Meierdissect_rtp_heur: prevent a 'false positive' when tryin...
2008-08-01 Anders BromanFrom stéphane bryant:
2007-11-09 Anders BromanApply yet another set of the optimization patches:
2007-05-31 Stephen FisherFrom Zach Chadwick:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-30 Anders BromanFrom Martin Mathiesson:
2006-01-23 Anders BromanFrom Marc Petit-Huguenin:
2005-12-14 Anders BromanFrom Marc Petit-Huguenin
2005-09-26 Anders BromanFrom Martin Mathieson:
2005-08-08 Ulf Lampingvarious code cleanup:
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-02-03 Jörg MayerJon Ringle: bug fix to the stun ERROR-CODE dissecting
2005-01-16 Guy HarrisFrom Jon Ringle:
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.