aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2004-12-13yet another GeneralizedTime changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12739
2004-12-13Get rid of an unused parameter.Guy Harris1-4/+4
svn path=/trunk/; revision=12736
2004-12-12some cmip updates to handle m-Action and m-Action-confirmedRonnie Sahlberg1-2/+2
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 Sahlberg13-43/+49
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-12Add IMSI to the tree if it's built.Anders Broman1-4/+4
svn path=/trunk/; revision=12727
2004-12-12minor updates, get rid of temporary files during dissectionRonnie Sahlberg12-15/+15
svn path=/trunk/; revision=12725
2004-12-12updates from tomas and andersRonnie Sahlberg33-548/+586
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 Sahlberg2-370/+370
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 Sahlberg2-188/+188
old dissector so we later can switch over. svn path=/trunk/; revision=12719
2004-12-11From Victor Stratan:Olivier Biot1-4/+8
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-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland3-5/+7
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 Harris2-4/+4
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 Combs1-16/+16
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-09From Viorel Suman.Olivier Biot1-14/+25
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-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
2004-12-07aoe updateRonnie Sahlberg1-4/+184
svn path=/trunk/; revision=12685
2004-12-07From Rene Pilz:Guy Harris1-77/+3803
add the protocols GPRS Mobility Managment and GPRS Session Mangement to gsm_a (dtap); bug fix (RAND->128Bits=16Bytes != 12 Bytes). svn path=/trunk/; revision=12682
2004-12-07The standard environment separator character under Windows is ";".Gerald Combs1-2/+11
Net-SNMP expects this in the MIBS environment variable, so don't use ":" in the default MIB list if we're running under Windows. svn path=/trunk/; revision=12681
2004-12-07Get rid of an unused true_false_string value.Guy Harris1-5/+0
svn path=/trunk/; revision=12680
2004-12-07From Brett Kuskie: add more HTTP headers as filterable fields.Guy Harris1-0/+84
svn path=/trunk/; revision=12679
2004-12-07Check for a bogus length value.Gerald Combs1-0/+5
svn path=/trunk/; revision=12677
2004-12-07svn propset svn:keywords Id svn:eol-style native .....Jörg Mayer4-2314/+2320
Add $Id: $ where missing svn path=/trunk/; revision=12676
2004-12-07update one of the command namesRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12675
2004-12-07create a proper ETHERTYPE for ATAoverEthernetRonnie Sahlberg2-3/+2
svn path=/trunk/; revision=12674