aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-09-20From Hannes Gredler:Anders Broman4-12/+237
patch to support 4 additional juniper DLTs. all those are wrappers for exisiting media types augmented with meta-information which gets also displayed using this patch; svn path=/trunk/; revision=15908
2005-09-20From Kaul:Anders Broman1-6/+6
Jabber traffic is XML, attached patch dissects it as such svn path=/trunk/; revision=15907
2005-09-20Fix bug #404 Decoding of MSISDN on GSM is incomplete. Anders Broman2-6/+9
svn path=/trunk/; revision=15906
2005-09-20from francescoRonnie Sahlberg1-65/+85
update to remove sprintf() svn path=/trunk/; revision=15905
2005-09-20make options field filterableRonnie Sahlberg1-11/+13
remove silly rotating buffers svn path=/trunk/; revision=15904
2005-09-20Set EOL type and expansion of $Id$.Guy Harris0-0/+0
svn path=/trunk/; revision=15903
2005-09-20Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).Anders Broman1-2/+11
svn path=/trunk/; revision=15902
2005-09-20Be more paranoid about buffer overruns.Gerald Combs2-8/+38
svn path=/trunk/; revision=15901
2005-09-20Fix a couple of errors found by valgrind.Gerald Combs2-3/+7
svn path=/trunk/; revision=15900
2005-09-20Don't try to reassemble a zero-length fragment. Add a comment toGerald Combs2-1/+8
reassemble.c about the handling of zero-length fragments. svn path=/trunk/; revision=15899
2005-09-20Francesco Fondelli: Add dcp support (forgot this file)Jörg Mayer1-0/+2
svn path=/trunk/; revision=15898
2005-09-20Francesco Fondelli; Add dcp supportJörg Mayer8-2/+1205
svn path=/trunk/; revision=15897
2005-09-20Add the pidl files.Jörg Mayer1-1/+40
svn path=/trunk/; revision=15896
2005-09-20get rid of few warningsTomas Kukosa5-9/+9
svn path=/trunk/; revision=15895
2005-09-20asn2eth Tomas Kukosa12-161/+136
- #.FN_BODY accepts parameters too - single line variant of #.FN_PAR is possible - new parameter FN_VARIANT for OBJECT IDENTIFIER packet-per.c - dissect_per_object_identifier() returns value as tvb - new dissect_per_object_identifier_str() function PER dissectors adapted and regenerated svn path=/trunk/; revision=15894
2005-09-20fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in ↵Ulf Lamping1-1/+1
argument; conversion supplied svn path=/trunk/; revision=15893
2005-09-20fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatchUlf Lamping1-1/+1
svn path=/trunk/; revision=15892
2005-09-20add two new callbacks:Ulf Lamping4-10/+75
cf_cb_file_closing (called before closing a capture file) cf_cb_file_closed will be called afterwards, but both only if a file is really closed as cf_close is called more often ... If we are closing large capture files (~20MB), the screen looks ugly while the file is closed. Change this so the screen will immediately go back to initial state and a dialog (without buttons) is shown that the file is currently closed. As the operation which takes most of the time to close the file is a single eth_clist_clear call, we can't use a progress bar here. cf_cb_live_capture_stopping: called when the user wants to stop the capture (toolbar or menu clicked). At least on Win32, the time between this and the actual stop completed can be noticeable (1-2 seconds), so the user doesn't know if the button press did anything at all. Do something similar as above, show a dialog box without buttons to inform that the close is in progress. svn path=/trunk/; revision=15891
2005-09-20fix a compiler warning (... copied from RFC2553 :-)Ulf Lamping1-1/+1
svn path=/trunk/; revision=15890
2005-09-20if the capture child pops up it's own console, title it as suchUlf Lamping1-2/+5
svn path=/trunk/; revision=15889
2005-09-20Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=15888
2005-09-20the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t ↵Ulf Lamping2-8/+14
and use it here (ok, this *is* a dirty hack) don't know why the last commit compiled on my machine and not on the buildbot. svn path=/trunk/; revision=15887
2005-09-20enhance simple dialog: add the possibility to use no buttons at all and add ↵Ulf Lamping3-8/+37
a stop icon (similar to the splash_window, but with a slightly different layout and a way to choose the icon shown) svn path=/trunk/; revision=15886
2005-09-20add a new stop icon 48x48 for (simple) dialogs (derived from the openoffice ↵Ulf Lamping3-0/+980
stock icons and slightly enlarged using the Gimp) svn path=/trunk/; revision=15885
2005-09-20 avoid freeing the last location twice.Luis Ontanon1-2/+16
add some #ifed out code to help debugging the parser svn path=/trunk/; revision=15884
2005-09-19Revert back to local copy: The samba svn server does not support svnJörg Mayer33-0/+14775
over http - this was a much requested feature for Ethereals svn server. svn path=/trunk/; revision=15882
2005-09-19Update faqJörg Mayer2-44/+38
svn path=/trunk/; revision=15880
2005-09-19Jim Young: LLDP improvementsJörg Mayer4-6/+187
svn path=/trunk/; revision=15879
2005-09-19fix #340: define the missing sockaddr_storage struct to be able to use ↵Ulf Lamping2-0/+73
Packet32.h even with WinPcap 3.1 and without the platform SDK svn path=/trunk/; revision=15878
2005-09-19Small whitespace cleanup.Gerald Combs1-1/+1
svn path=/trunk/; revision=15877
2005-09-19Throw an exception instead of trying to read past the end of a buffer.Gerald Combs1-0/+5
Fixes bug 455. svn path=/trunk/; revision=15876
2005-09-19display something useful in the radius VSA itemLuis Ontanon1-1/+1
svn path=/trunk/; revision=15875
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs2-2/+2
svn path=/trunk/; revision=15874
2005-09-19Change "Value" into "VSA" for Vendor SPecific AttributesLuis Ontanon1-1/+1
svn path=/trunk/; revision=15873
2005-09-19Add a preference to decode different types of AMR payload.Anders Broman1-23/+232
svn path=/trunk/; revision=15872
2005-09-19Throw an exception if our ACL length is flat-out wrong.Gerald Combs1-1/+4
svn path=/trunk/; revision=15871
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon3-77/+148
- preference to choose whether to add the AVP's payload length items - preference to add an alternate UDP port svn path=/trunk/; revision=15870
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs3-3/+20
Fixes bugs 448, 449, 451, 452, 454, 456, and 461. Add similar TVB checks to the BER dissector. svn path=/trunk/; revision=15869
2005-09-19Change README to reflect the fact that tools/pidl is now aJörg Mayer1-2/+34
svn:externals reference. svn path=/trunk/; revision=15868
2005-09-19Change pidl to svn:externalsJörg Mayer34-14807/+0
svn path=/trunk/; revision=15866
2005-09-19Add idl_types.h from samba to fix warningJörg Mayer1-0/+114
svn path=/trunk/; revision=15865
2005-09-19Point to tools/pidl/README.etherealJörg Mayer1-0/+2
svn path=/trunk/; revision=15864
2005-09-19Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=15863
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofRonnie Sahlberg2-0/+32
m3ua and not the binary one. make the binary dissector check if it is really the text based one to be used and if so call that dissector instead. svn path=/trunk/; revision=15862
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa9-273/+272
svn path=/trunk/; revision=15861
2005-09-18Small updateJörg Mayer1-23/+41
svn path=/trunk/; revision=15860
2005-09-18Update README.ethereal and sync with current samba treeJörg Mayer4-70/+87
svn path=/trunk/; revision=15859
2005-09-18assert that tvb is not NULLUlf Lamping1-0/+1
svn path=/trunk/; revision=15858
2005-09-18Change some of the asn1 functions to use packet-ber ones.Anders Broman1-56/+54
svn path=/trunk/; revision=15857
2005-09-18If the tag field is a bitfield, always show it as such, otherwise alwaysGuy Harris1-4/+22
show the value of 1 1111 as "Continued" in the bitfield and the actual tag value in the following bytes. Show the BER identifier data before an OID if we're showing internal BER fields. svn path=/trunk/; revision=15856