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