aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-12-13yet another GeneralizedTime changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12739
2004-12-13yet another plugin update for GeneralizedTimeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12738
2004-12-13rename generalized_time to the new name GeneralizedTime in the plugin directory.Ronnie Sahlberg5-5/+5
I didnt notice it since i never comple with plugins. svn path=/trunk/; revision=12737
2004-12-13Get rid of an unused parameter.Guy Harris1-4/+4
svn path=/trunk/; revision=12736
2004-12-12Update for Mate from Luis Ontanon:Lars Roland6-52/+171
- make rd static (no purpose for it to be global) - remove outdated comments - add "PduCriteria" feature (as already stated in the wiki) - add "DiscardUnassignedPdu" feature (as already stated in the wiki) - removed ".Id" from abbrev for "mate.item_name" - in radius.mate: Don't use the port to determine the Gop key. svn path=/trunk/; revision=12735
2004-12-12some cmip updates to handle m-Action and m-Action-confirmedRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=12734
2004-12-12make the unknown_ber helper try to dissect NumericString and ENUMERATED when ↵Ronnie Sahlberg1-0/+14
it encounters them svn path=/trunk/; revision=12733
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update ↵Ronnie Sahlberg15-46/+52
all dissectors using GeneralizedTime svn path=/trunk/; revision=12732
2004-12-12update to the ber CHOICE helper to make it handle (i hope) a CHOICE inside a ↵Ronnie Sahlberg1-2/+13
CHOICE properly. svn path=/trunk/; revision=12731
2004-12-12Dissect PPP messages of ethertype 0x8881Anders Broman2-1/+127
svn path=/trunk/; revision=12730
2004-12-12Update the declaration of dissect_ber_integer() in the plugin apiLars Roland2-3/+2
svn path=/trunk/; revision=12729
2004-12-12Fixes for Mate Plugin:Lars Roland16-144/+140
As suggested by Martin Regner: - Use strtod() instead of strtof() From Luis Ontanon: - changes the id of mate items to be integer (the old string ID imposed a lenght limit and as mate fileds had become dynamic it makes no more sense anymore) - fixes a huge avp leak on reinit (every avp object was leaked when a new file was loaded) - adds the "Lib" AVP to the Action=Include AVPL to include definitions >from matelib - rename mate.[dll/so] to zzmate.[dll/so] so it gets initialized as the very last protocol (so that fields from every dissector can be used). svn path=/trunk/; revision=12728
2004-12-12Add IMSI to the tree if it's built.Anders Broman1-4/+4
svn path=/trunk/; revision=12727
2004-12-12Build with ssl and kerberosJörg Mayer1-3/+6
svn path=/trunk/; revision=12726
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg18-21/+21
svn path=/trunk/; revision=12725
2004-12-12updates from tomas and andersRonnie Sahlberg49-705/+848
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-12-12remove the function with the old signature for ber integer dissectionRonnie Sahlberg2-9/+0
svn path=/trunk/; revision=12723
2004-12-12i couldnt find the source to this one so i changed the autogenerated one. ↵Ronnie Sahlberg1-1/+1
switch to use the new signature for ber integer dissection svn path=/trunk/; revision=12722
2004-12-12update gsmmap to use the new signature for the ber integer dissection helperRonnie Sahlberg4-372/+377
svn path=/trunk/; revision=12721
2004-12-12move kerberos over to use the new signature for ber integer dissection helperRonnie Sahlberg1-27/+27
svn path=/trunk/; revision=12720
2004-12-12update h248 to use the new integer dissector phasing out useage ofg the ↵Ronnie Sahlberg4-190/+195
old dissector so we later can switch over. svn path=/trunk/; revision=12719
2004-12-11From Victor Stratan:Olivier Biot2-4/+12
GSM SMS fixes: - Made Timezone view human readable based on 3GPP TS 23.040 V6.5.0 (9.2.3.11). - TP-UDHI field - located within bit no 6 one more place was left over from previous patch by Viorel Suman made on 9 Dec 2004. svn path=/trunk/; revision=12718
2004-12-11Fix another lengt issue, and comment out some other faulty code - to tired ↵Anders Broman1-1/+5
to fix it now. svn path=/trunk/; revision=12717
2004-12-11New Plugin from Luis Ontanon:Lars Roland32-0/+6268
MATE -- Meta Analysis and Tracing Engine Won't be compiled by default. It is still not possible to link the plugin on Win32. svn path=/trunk/; revision=12716
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland9-12/+53
svn path=/trunk/; revision=12715
2004-12-10Don't add the length twice if tree is built.Anders Broman1-1/+2
svn path=/trunk/; revision=12713
2004-12-10PacketCable byte view highlighting was offset 4 bytes for many tree view items.Gerald Combs1-8/+34
Fix the offset. svn path=/trunk/; revision=12712
2004-12-10add dissection of PN-IO IOxS field (should removed the gcc warning), some ↵Ulf Lamping2-28/+122
more code cleanup svn path=/trunk/; revision=12711
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris11-30/+30
Fix some indentation. svn path=/trunk/; revision=12710
2004-12-09The PacketCable MM code was displaying the secondary record keeping serverGerald Combs1-1/+7
IP address where it should have displayed the CCC ID. svn path=/trunk/; revision=12708
2004-12-09From Brian Caswell:Gerald Combs2-16/+17
The ACL parser will attempt to decode as many ACE structures as are specified in the ACL structure. If the number of ACE structures is sufficiently large with one of the ACE structures specifying a size of 0, then the ACL parser will parse that ACE structure repeatedly, eventually causing a denial of service to Ethereal. I've attached a diff against HEAD that corrects the problem. The diff also corrects a few decoding errors in the NT ACL & ACE structures. A pcap is attached that reproduces the problem. svn path=/trunk/; revision=12706
2004-12-09Remove a duplicate entry.Gerald Combs1-4/+1
svn path=/trunk/; revision=12704
2004-12-09From Viorel Suman.Olivier Biot2-14/+28
Various GSM SMS fixes: - Wrong positions of the fields, located within the first octet of the GSM SMS TPDU. - One byte is skipped during RP-ERROR vs. RP-ACK detecting: Offset must be increased only when RP-ERROR is detected in order to avoid one byte skipping. - Improper dissect method is used to dissect SMS-DELIVER-REPORT. svn path=/trunk/; revision=12703
2004-12-09Add PacketCable Event Message information to the "Info" column.Gerald Combs1-2/+21
svn path=/trunk/; revision=12702
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".Gerald Combs1-2/+2
Otherwise, "tethereal -G values" fails on some platforms. svn path=/trunk/; revision=12701
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitGuy Harris1-0/+5
ugly, as it encapsulates, for example, the 8B/10B code for gigabit Ethernet and Fibre Channel, so code to read it might have to decode that; GPF-F isn't so bad). svn path=/trunk/; revision=12700
2004-12-09Improve the byte length check from the last commit, and check for the sameGerald Combs1-16/+34
problem in other parts of the code. svn path=/trunk/; revision=12699
2004-12-09Check for a bogus byte length.Gerald Combs1-2/+8
svn path=/trunk/; revision=12698
2004-12-09Add another token size check.Gerald Combs1-0/+8
svn path=/trunk/; revision=12697
2004-12-08Add a value string for 3gpp2 Service option values.Anders Broman1-1/+51
svn path=/trunk/; revision=12696
2004-12-08Fix the RCS ID.Guy Harris1-6/+2
The "if()" gets rid of one GCC warning, but adds another one - we could leave the warning in place, as a reminder that the dissector needs to be finished, or we could just tag the parameter with _U_ to suppress the warning. svn path=/trunk/; revision=12695
2004-12-08Squelch some compiler warnings.Guy Harris1-28/+30
svn path=/trunk/; revision=12694
2004-12-08Check for an invalid header length.Gerald Combs1-8/+14
svn path=/trunk/; revision=12693
2004-12-08Fix the following:Jörg Mayer1-1/+1
packet-ipmi.c:3568: warning: ISO C forbids initialization between function pointer and 'void *' by declaring a proper function variable. svn path=/trunk/; revision=12692
2004-12-08(hopefully) removed some gcc warningsUlf Lamping3-7/+18
svn path=/trunk/; revision=12691
2004-12-08From Susanne Edlund: I have rewritten the bssgp dissector to comply with ↵Anders Broman1-1607/+5659
3GPP v 6.5.0. svn path=/trunk/; revision=12690
2004-12-08Add a URL for an old I-D for Etheric, and ask some questions about howGuy Harris1-0/+12
much ISUP stuff we should use? svn path=/trunk/; revision=12689
2004-12-08Just use the parameter type definitions, and value_string table, fromGuy Harris3-274/+100
the ISUP dissector; if that's not the right thing to do, put the old tables back and *don't* include "packet-isup.h". svn path=/trunk/; revision=12688
2004-12-08Undo previous patch: It was wrongJörg Mayer1-2/+2
svn path=/trunk/; revision=12687
2004-12-08When we #include the prototype of a function/variable, it should notJörg Mayer1-2/+2
be declared static. svn path=/trunk/; revision=12686