aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco
AgeCommit message (Collapse)AuthorFilesLines
2007-01-09From Mike Davies:Stephen Fisher1-0/+18
There was a change in Corrigendum 1 (03/2004) to H.248.1 which allows an empty {} to be omitted from the Signal Descriptor. Currently (SVN 20346) this causes Wireshark to report [Packet size limited during capture] as shown in the attached example outputs. I have attached a possible patch to solve this. svn path=/trunk/; revision=20360
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
- Microsoft .Net Framework SDK Version 1.1 - Microsoft .Net Framework 2.0 SDK ... which seems to work fine now (except for the open problems like zlib) :-) Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way. btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-) svn path=/trunk/; revision=20332
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
svn path=/trunk/; revision=20291
2006-12-27Use the correct function to translate to hex.Anders Broman1-1/+3
svn path=/trunk/; revision=20226
2006-12-19Correct a problem with media parameter dissection and add inforamtion about ↵Anders Broman1-16/+97
a number of packages. svn path=/trunk/; revision=20166
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
svn path=/trunk/; revision=20164
2006-12-13Fix for parameter Media dissection with more than one parameter.Anders Broman1-5/+7
svn path=/trunk/; revision=20130
2006-11-28Fix a typo and handling of unknown TerminationStatedescriptors.Anders Broman1-10/+5
svn path=/trunk/; revision=20012
2006-11-28Dissection of two streams in the media descriptor was broken.Anders Broman1-118/+109
svn path=/trunk/; revision=20008
2006-11-01Add h324_muxtbl_outAnders Broman1-3/+26
svn path=/trunk/; revision=19770
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-10-14Dissect observedeventsdescriptor more like the actual text.Anders Broman1-11/+25
svn path=/trunk/; revision=19530
2006-10-13Modify Signals descriptor to look more like the actual text message.Anders Broman1-18/+44
svn path=/trunk/; revision=19512
2006-10-04Start to make the output from the dissector more like the actualAnders Broman1-218/+444
data. svn path=/trunk/; revision=19437
2006-09-06NAME can also contain '_'Anders Broman1-2/+5
svn path=/trunk/; revision=19160
2006-09-04Always dissect SDP info to set up RTP conversation.Anders Broman1-7/+3
svn path=/trunk/; revision=19138
2006-09-02Comment out debug code.Anders Broman1-1/+1
svn path=/trunk/; revision=19126
2006-09-02Packages can have digits and '/' in their names...Anders Broman1-8/+12
svn path=/trunk/; revision=19124
2006-09-02Remove some extra output for MediaDescriptor.Anders Broman1-4/+0
svn path=/trunk/; revision=19122
2006-09-02Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.Anders Broman1-6/+22
svn path=/trunk/; revision=19121
2006-08-22Bail out of an infinite loop. Fixes bug 1048. (This was introduced afterGerald Combs1-58/+61
the 0.99.3 trunk was created.) Remove a couple of static buffers. Fix up whitespace. svn path=/trunk/; revision=18995
2006-08-20Dissect some more H.245 messages in MEGACOAnders Broman1-3/+99
svn path=/trunk/; revision=18966
2006-08-19Improve parsing a bit and correctly dissect errorDescriptor in Reply.Anders Broman1-196/+215
svn path=/trunk/; revision=18960
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ↵Anders Broman1-1/+1
to space before output. svn path=/trunk/; revision=18519
2006-06-19From Eugene Tarlovskij:Anders Broman1-1/+1
After synchronization with wireshark repository I see that the patch is applied in the incorrect way. I send you another patch to fix this issue. svn path=/trunk/; revision=18518
2006-06-17From Tarlovskij Eugene:Anders Broman1-3/+4
- MEGACO dissector fails to decode observedevents descriptor - BoundsError exception in text MEGACO packets svn path=/trunk/; revision=18504
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
svn path=/trunk/; revision=18312
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-21name changeRonnie Sahlberg3-6/+6
svn path=/trunk/; revision=18197
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-36/+157
scripts. svn path=/trunk/; revision=17961
2006-04-18Fix Bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=677 megaco.dll can ↵Anders Broman1-67/+71
not handle lowcase descriptor svn path=/trunk/; revision=17900
2006-04-15Add some missing commands.Anders Broman1-1/+33
svn path=/trunk/; revision=17868
2006-02-21Fix for bug 756. Handle CR as part of separator as well. Jaap Keuter1-2/+2
svn path=/trunk/; revision=17359
2005-09-20Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).Anders Broman1-2/+11
svn path=/trunk/; revision=15902
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-07-24Break out of another infinite loop. Fixes bug 293.Gerald Combs1-0/+5
svn path=/trunk/; revision=15047
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-06-30From Karl KnoeblAnders Broman1-656/+707
Accept SP as separator and * provide info to COL_INFO and some "prettification" Cleaned up some comments as well. svn path=/trunk/; revision=14824
2005-05-30Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs1-5/+5
svn path=/trunk/; revision=14487
2005-05-03add another lenght check in the megaco dissector.Lars Roland1-1/+1
Fixes bug 150. svn path=/trunk/; revision=14283
2005-05-01Break out of another infinite loop. Found during fuzz testing.Gerald Combs1-0/+4
svn path=/trunk/; revision=14250
2005-04-27Fix a buffer overflow. Fixes bug 96.Gerald Combs1-0/+4
svn path=/trunk/; revision=14207
2005-04-27Break out of an infinite loop. Fixes bug 95.Gerald Combs1-1/+6
svn path=/trunk/; revision=14204
2005-04-08Add a length check.Gerald Combs1-0/+1
svn path=/trunk/; revision=14030
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
it serves the same purpose as the register routine in a built-in dissector, and don't require all dissectors to have one, as they might just be taps. Get rid of the stats tree's init routine, as it's just a tap, and as it doesn't do anything. Update the idl2eth Python script to generate plugins with register routines. svn path=/trunk/; revision=13644
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-14/+5
Introduce a new init routine for plugins, which does not take the plugin api table as an argument and allows etheral to distinguish between plugins using the old and the new api. Update README.plugins accordingly Change all g_warnings() in epan/plugins.c to report_failue(). On windows we do not have a log console open while loading the plugins, because a log console cannot be opened before the prefs have been read. Thus g_warnings() does not work for reporting problems with plugins. svn path=/trunk/; revision=13596
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2005-01-12From Tomer Shani :register_dissector callAnders Broman1-1/+3
svn path=/trunk/; revision=13004
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
link the plugins with libethereal, so do so. svn path=/trunk/; revision=12176
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
than using the plugin address table. svn path=/trunk/; revision=12139