aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20remove GPLv2 CRC code, the new epan CRC stuff is working wellUlf Lamping4-99/+0
svn path=/trunk/; revision=27803
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-2/+4
generated from pycrc. The command line used to generate the file is in epan/crc/Makefile.common. I used "plain" to distinguish it from CCITT, USB, and other 16-bit CRCs. Integrate the new CRC code into our infrastructure. Add crc16_plain_tvb_offset() to epan/crc16.[ch] and use it in plugins/profinet/packet-pn-rt.c. This _should_ work correctly, but hasn't been tested. svn path=/trunk/; revision=27790
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-1/+1
- As suggested actually use sizeof(...) rather than a numeric constant. - g_snprintf() and g_vsnprintf() since glib 1.3.12 do not return -1. svn path=/trunk/; revision=27772
2009-03-16fix typeUlf Lamping1-1/+1
svn path=/trunk/; revision=27749
2009-03-16update to the latest PROTINET changes:Ulf Lamping7-61/+467
- add SubFrameBlock dissection - add subframe heuristics and dissection - update frame id "layout" - raise plugin version to 0.2.4 crc16 algorithm copied from Linux sources (GPL V2 only!) svn path=/trunk/; revision=27748
2009-03-15Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmdGerald Combs2-6/+6
and use it as a wrapper to compile a native version of lemon. Untested on Win32. svn path=/trunk/; revision=27734
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-1/+1
that would break compilation for older compilers. Create a "DLL_LDFLAGS" variable and use it in DLLs and plugins. Use PLUGIN_LDFLAGS and DLL_LDFLAGS where needed. Don't force i386 code in the TPG plugin. svn path=/trunk/; revision=27582
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs17-61/+1
svn path=/trunk/; revision=27579
2009-02-22From Robert Groenenberg:Jaap Keuter1-1/+1
As of version 0.99.8, there has been an annoying problem in the ASN.1 dissector: when using a 'type table' which discribes the ASN.1 syntax of the traced packets, wireshark would crash on the very first packet. The cause for the crash is an out-of- boundry write, detected by g_free(). svn path=/trunk/; revision=27507
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter10-1470/+0
svn path=/trunk/; revision=27506
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-3412/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-1065/+0
svn path=/trunk/; revision=27504
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-1265/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter10-6068/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter10-1860/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter13-1619/+0
svn path=/trunk/; revision=27500
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-855/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-938/+0
svn path=/trunk/; revision=27498
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter11-2062/+0
svn path=/trunk/; revision=27497
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-962/+0
svn path=/trunk/; revision=27496
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter12-2356/+0
svn path=/trunk/; revision=27495
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter12-3045/+1
svn path=/trunk/; revision=27492
2009-02-21Update the documentation to reflect the current state of plugin development.Jaap Keuter1-0/+5
svn path=/trunk/; revision=27491
2009-02-18Rename source file to reflect Cisco specific protocol.Jaap Keuter2-1/+1
svn path=/trunk/; revision=27481
2009-02-18Correct copyright statements.Jaap Keuter2-4/+6
svn path=/trunk/; revision=27480
2009-02-10Remove an ugly hack:Ulf Lamping1-1/+1
There was an ugly hack while creating the menu, that tried to detect the stat_group a stats_tree belongs to by looking at the name string. That makes it unnecessarily hard to understand how the menu is really created. Fix: Add a new function stats_tree_register_with_group() that takes the stat_group as a parameter. Use this function where a stats_tree doesn't fit into the default "unsorted" group. svn path=/trunk/; revision=27407
2009-02-09- remove reference to AMR (submitted by mistake)Tomas Kukosa7-17/+15
- add new lines at the ends of headers - fix struct usage svn path=/trunk/; revision=27401
2009-02-09From Peter Johansson:Stig Bjørlykke1-1/+1
Correct a misspelling. svn path=/trunk/; revision=27399
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping30-0/+99
svn path=/trunk/; revision=27357
2009-01-26Fix uninitialized variable.Guy Harris1-218/+218
More indentation cleanups. svn path=/trunk/; revision=27306
2009-01-26Non-constant strings should not be used as format items; the formatGuy Harris1-8/+9
should be "%s", with the string used as an argument, just in case the string contains a "%" character. Clean up indentation. svn path=/trunk/; revision=27304
2009-01-26fix a minor comment bugUlf Lamping1-1/+1
svn path=/trunk/; revision=27299
2009-01-26add some expert infosUlf Lamping1-2/+23
svn path=/trunk/; revision=27298
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-2/+2
svn path=/trunk/; revision=27224
2009-01-13Fix the URL for the RLM stuff at Cisco.Guy Harris1-2/+22
Add some heuristics to the RLM LAPD-over-UDP dissector, so as not to misdissect as many packets. Fetch the LAPD dissector handle only once. Change some Boolean arguments to gboolean from int. svn path=/trunk/; revision=27217
2009-01-09From Didier Gautheron:Jaap Keuter1-20/+41
Add missing {0, NULL} tuples to value string declarations. svn path=/trunk/; revision=27201
2009-01-08Fix for bug 2902:Jaap Keuter2-499/+113
Remove global variables for packet information, pass these through function calls. Reduce label_SUB[M|A]_[Method|Attribute] routines. Actually check column status before writing to it. svn path=/trunk/; revision=27199
2009-01-08Fix for bug 2902:Jaap Keuter12-58/+58
Actually check column status before writing to it. svn path=/trunk/; revision=27192
2009-01-05Don't look up the mtp3 dissector (twice) for every packet: do it once atJeff Morriss1-103/+115
proto_reg_handoff time and store the result. If we don't call the mtp3 dissector on the payload then call the data dissector to make it easier to see the payload. svn path=/trunk/; revision=27160
2008-12-29Change install-plugins target to install plugins in ↵Anders Broman1-33/+33
"$(INSTALL_DIR)\plugins\$(VERSION)" instead. svn path=/trunk/; revision=27124
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier20-54/+54
svn path=/trunk/; revision=27085
2008-12-22Fixes for issues reported by Chris Maynard in bug #2813;Bill Meier3-7/+11
Also: fix a typo svn path=/trunk/; revision=27082
2008-12-19Back out r27047 and r27053.Gerald Combs3-7/+7
svn path=/trunk/; revision=27062
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs3-7/+7
svn path=/trunk/; revision=27053
2008-12-09From Jim Young (bug 3105):Stig Bjørlykke1-2/+2
Trivial patch to change two C++ style comments to standard C style comments. svn path=/trunk/; revision=26944
2008-12-04add missing version check for new blockUlf Lamping1-0/+6
svn path=/trunk/; revision=26917
2008-12-04add block dissections:Ulf Lamping1-9/+158
- PDIRBeginEndData - PDIRData V1.1 svn path=/trunk/; revision=26916
2008-12-04Unistim still eats the TAPA packets :-(Jörg Mayer1-1/+5
svn path=/trunk/; revision=26910
2008-12-02From Don Newton:Jaap Keuter1-10/+31
Set default port of Unistim back to 5000; The Unistim dissector is made a heuristic dissector. svn path=/trunk/; revision=26904
2008-12-02From Don Newton:Jaap Keuter4-2/+64
Flesh out call duration timer message. svn path=/trunk/; revision=26898