aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco
AgeCommit message (Expand)AuthorFilesLines
2007-01-09From Mike Davies:Stephen Fisher1-0/+18
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-27Use the correct function to translate to hex.Anders Broman1-1/+3
2006-12-19Correct a problem with media parameter dissection and add inforamtion about a...Anders Broman1-16/+97
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
2006-12-13Fix for parameter Media dissection with more than one parameter.Anders Broman1-5/+7
2006-11-28Fix a typo and handling of unknown TerminationStatedescriptors.Anders Broman1-10/+5
2006-11-28Dissection of two streams in the media descriptor was broken.Anders Broman1-118/+109
2006-11-01Add h324_muxtbl_outAnders Broman1-3/+26
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-10-14Dissect observedeventsdescriptor more like the actual text.Anders Broman1-11/+25
2006-10-13Modify Signals descriptor to look more like the actual text message.Anders Broman1-18/+44
2006-10-04Start to make the output from the dissector more like the actualAnders Broman1-218/+444
2006-09-06NAME can also contain '_'Anders Broman1-2/+5
2006-09-04Always dissect SDP info to set up RTP conversation.Anders Broman1-7/+3
2006-09-02Comment out debug code.Anders Broman1-1/+1
2006-09-02Packages can have digits and '/' in their names...Anders Broman1-8/+12
2006-09-02Remove some extra output for MediaDescriptor.Anders Broman1-4/+0
2006-09-02Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.Anders Broman1-6/+22
2006-08-22Bail out of an infinite loop. Fixes bug 1048. (This was introduced afterGerald Combs1-58/+61
2006-08-20Dissect some more H.245 messages in MEGACOAnders Broman1-3/+99
2006-08-19Improve parsing a bit and correctly dissect errorDescriptor in Reply.Anders Broman1-196/+215
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-1/+1
2006-06-19From Eugene Tarlovskij:Anders Broman1-1/+1
2006-06-17From Tarlovskij Eugene:Anders Broman1-3/+4
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-21name changeRonnie Sahlberg3-6/+6
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-36/+157
2006-04-18Fix Bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=677 megaco.dll can ...Anders Broman1-67/+71
2006-04-15Add some missing commands.Anders Broman1-1/+33
2006-02-21Fix for bug 756. Handle CR as part of separator as well. Jaap Keuter1-2/+2
2005-09-20Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).Anders Broman1-2/+11
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-07-24Break out of another infinite loop. Fixes bug 293.Gerald Combs1-0/+5
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-06-30From Karl KnoeblAnders Broman1-656/+707
2005-05-30Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs1-5/+5
2005-05-03add another lenght check in the megaco dissector.Lars Roland1-1/+1
2005-05-01Break out of another infinite loop. Found during fuzz testing.Gerald Combs1-0/+4
2005-04-27Fix a buffer overflow. Fixes bug 96.Gerald Combs1-0/+4
2005-04-27Break out of an infinite loop. Fixes bug 95.Gerald Combs1-1/+6
2005-04-08Add a length check.Gerald Combs1-0/+1
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-14/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-01-12From Tomer Shani :register_dissector callAnders Broman1-1/+3
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11