aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2006-03-30TextWindow:Luis Ontanon1-0/+10
- add buttons - make editable svn path=/trunk/; revision=17773
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman2-17/+88
svn path=/trunk/; revision=17772
2006-03-30Fix an off-by-one error.Gerald Combs2-12/+13
svn path=/trunk/; revision=17771
2006-03-30Update status codes from RFC 2616 and RFC 2518Jaap Keuter1-2/+11
svn path=/trunk/; revision=17769
2006-03-30From Martin Mathieson:Anders Broman1-0/+11
> > This patch adds a hidden 'sip.auth' field, that will be present > > whenever one of the authenticiation/authorization headers is > > present. > > > > I believe this is one place where hidden fields are justified: > > - it is a substring of several sip.auth.* fields, so its reassuring > > to see the field turn green as you're typing in one of the visible > > fields > > - it lets you quickly find all of the frames with any of these fields > > (there are 4 different SIP headers that can contain the auth fields) svn path=/trunk/; revision=17766
2006-03-29Get rid of an unused variable.Guy Harris1-7/+6
svn path=/trunk/; revision=17764
2006-03-29Get rid of some unused variables.Guy Harris1-2/+0
svn path=/trunk/; revision=17763
2006-03-29Get rid of an unused function argument.Guy Harris1-8/+8
Clean up indentation. svn path=/trunk/; revision=17762
2006-03-29Close a comment to squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=17761
2006-03-29Squelch a compiler warning (for a problem that can't happen).Guy Harris1-26/+26
Fix up indentaton. svn path=/trunk/; revision=17760
2006-03-29Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=17759
2006-03-29Squelch a compiler warning (for a problem that doesn't actually occur).Guy Harris1-1/+1
svn path=/trunk/; revision=17758
2006-03-29sccp - fix a typoAnders Broman2-13/+37
gre - fix a length error, and change the way to display 3GPP atributes. svn path=/trunk/; revision=17757
2006-03-28From Ming Zhang: the track # in read toc command dissector should be 1 ↵Jaap Keuter1-1/+1
instead of 4. svn path=/trunk/; revision=17753
2006-03-28Function should return a value.Jaap Keuter1-1/+1
svn path=/trunk/; revision=17752
2006-03-28exort functions related to bitfield and GUIDTomas Kukosa1-0/+5
svn path=/trunk/; revision=17750
2006-03-27Some compilers do not handle very long lines...Luis Ontanon1-4/+20
Shouldn't this preference description be somewhere else? svn path=/trunk/; revision=17748
2006-03-27Major properties cleanupJaap Keuter2-39/+39
svn path=/trunk/; revision=17747
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo ↵Luis Ontanon3-9/+44
found in a tree. svn path=/trunk/; revision=17741
2006-03-27Forgotten in previuous commit....Luis Ontanon1-0/+43
svn path=/trunk/; revision=17740
2006-03-27From Jacques, OlivierAnders Broman3-19/+52
Here is a patch for gsm_map dissector that adds USSD string decoding (mainly used in processUnstructuredSS-Request, UnstructuredSS-Request, UnstructuredSS-Notify). For now, it assumes that it will be GSM 7 bits. It re-use packet-gsm_sms.c "gsm_sms_char_7bit_unpack" and "gsm_sms_char_ascii_decode" functions, as well as packet-smpp.c "smpp_handle_dcs" function. svn path=/trunk/; revision=17739
2006-03-27Comment out the unused code.Anders Broman1-0/+2
svn path=/trunk/; revision=17735
2006-03-27From Frederic Roudaut:Anders Broman1-244/+2175
With a change : #ifdef HAVE_LIBCRYPT #define __USE_LIBGCRYPT__ #endif >> > finally, I have updated my dissector using libgcrypt. >> > It does not use openssl anymore. >> > If gnutls is installed, all should work. >> > Thus, now it should decrypt and dissect (transport/tunnel/several >> > encapsulations ...) : >> > >> > - NULL Encryption Algorithm >> > - TripleDES-CBC [RFC2451] : keylen 192 bits. >> > - AES-CBC with 128-bit keys [RFC3602] : keylen 128 and 192/256 >> > bits. >> > - AES-CTR [RFC3686] : keylen 160/224/288 bits. The remaining >> > 32 bits will be used as nonce. >> > - DES-CBC [RFC2405] : keylen 64 bits >> > >> > I also have added : >> > >> > - BLOWFISH-CBC : keylen 128 bits. >> > - TWOFISH-CBC : keylen 128/256 bits. >> > >> > You have to indicate the Authentication algorithm even if all >> > Algorithms since it uses 12 bytes in the Auth field should work >> > (have a look to the README to understand why I put it >> > ;-) ). If you consider I have to throw it away please tell me. >> > >> > HMAC-SHA1-96 [RFC2404] >> > NULL >> > AES-XCBC-MAC-96 [RFC3566] >> > HMAC-MD5-96 [RFC2403] svn path=/trunk/; revision=17734
2006-03-27From Ravi Valmikam:Anders Broman3-29/+74
a minor fix for 3GPP2 A11 Session Updat From me: a fix to packet-ppp.c to dissect the payload and some changes in the gre dissector to display the 3GPP values. svn path=/trunk/; revision=17733
2006-03-26Fix for bug 840Jaap Keuter1-1/+1
svn path=/trunk/; revision=17730
2006-03-25Support for otherName and x400address in a GeneralNameGraeme Lunt1-12/+87
svn path=/trunk/; revision=17728
2006-03-25Support for P1 Strong AuthenticationGraeme Lunt1-58/+385
svn path=/trunk/; revision=17727
2006-03-25Support for Session Extended User Data and IMPLICIT APPLICATION tagged ↵Graeme Lunt2-1/+11
bitstrings svn path=/trunk/; revision=17726
2006-03-25From Ming Zhang: fix for several wrong use of ntohs in packet-scsi.cJaap Keuter1-10/+5
svn path=/trunk/; revision=17725
2006-03-24- Actually Fix Coverity CID 105 It is true...Luis Ontanon1-12/+12
- avoid derreferencing an uninitialized leg->dest_nsap svn path=/trunk/; revision=17724
2006-03-24start decoding PA_PW_SALT in the PA-DATA structure.Ronnie Sahlberg1-0/+39
for the time being since i have never seen this salt being used elsewhere, assume everything is the MS style salt: guint32 nt_status guint32 unknown guint32 unknown if the MS KDC does nopt allow a client to grab a ticket (due to policy client can only log in at certain hours or such) KDC will repsond with a failuer with edata like above and nt-status == STATUS_LOGON_HOURS svn path=/trunk/; revision=17722
2006-03-24the edata field is PA-DATA for error PREAUTH_FAILED just the same as for ↵Ronnie Sahlberg1-0/+1
PREAUTH_REQUIRED add decode of edata field for the error code PREAUTH_FAILED svn path=/trunk/; revision=17721
2006-03-24From Olivier Jacques:Jaap Keuter2-2/+5
- to_str.c: add support of "AT_NONE" address type in address_to_str_buf (avoid the assert failed later on when messages have address type of AT_NONE - which can be the case for an MTP2 capture with FISU messages) - packet-isup.c: changed source and destination addresses from (net_src and net_dst) to (src and dst) so that addresses taken into account in the statistics are the SS7 point codes svn path=/trunk/; revision=17720
2006-03-24Mark the value_strings static.Anders Broman1-31/+31
svn path=/trunk/; revision=17718
2006-03-24From Ravi ValmikamAnders Broman3-5/+274
1. Decode A11 Session Update message 2. Decode A10 3GPP2 (GRE Payload Type 0x88D2) packets with the following attributes - Flow Control - Segmentation - SDI Indicator - Flow Discriminator svn path=/trunk/; revision=17717
2006-03-24add another comment what's currently missing in the PROFINET specific partsUlf Lamping1-0/+1
svn path=/trunk/; revision=17713
2006-03-23Completed Channel Identification IE with Channel number/Slot map fieldJaap Keuter1-8/+27
svn path=/trunk/; revision=17712
2006-03-23From Mike Duigou:Anders Broman1-19/+26
> I have improved the heuristics and the display tree building code in > dissect_jxta_udp() and dissect_jxta_stream() to avoid this problem. svn path=/trunk/; revision=17709
2006-03-23Coverity CID 48 is still complaining about a NULL dereference. Hopefully Gerald Combs1-10/+11
this will fix it. svn path=/trunk/; revision=17708
2006-03-23Covierty bug fix.Anders Broman1-1/+1
svn path=/trunk/; revision=17705
2006-03-23Fix bug:Anders Broman1-26/+22
825 setup message has an error in gsm-a-dtap svn path=/trunk/; revision=17704
2006-03-23Fix BugsAnders Broman1-15/+34
820 gsm-map checkIMEI decoding error 821 gsm-map sendIMSI decoding error svn path=/trunk/; revision=17703
2006-03-23Bug 796Luis Ontanon1-4/+6
the dictionary parser could not handle more than one attribute with parameters per file svn path=/trunk/; revision=17702
2006-03-23Update to draft-ietf-tsvwg-sctp-auth-02.txt.Michael Tüxen1-2/+2
svn path=/trunk/; revision=17701
2006-03-22From Motonori Shindo:Anders Broman1-14/+24
find attached the patch that reflects this interpretation of > this field accordingly. It also fixes a few minor bugs associated with > the handling of 'UNIX Secs' field and two field types > (LAST_SWITCHED(21) and FIRST_SWITCHED(22)) in case of NetFlow V9. svn path=/trunk/; revision=17698
2006-03-22From Jeff MorrisAnders Broman1-9/+52
fix http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=332 svn path=/trunk/; revision=17697
2006-03-22Handle two octet lengths correctly and remove optional decoding of ↵Anders Broman1-20/+2
sns_config, as I read the standard there is no difference. svn path=/trunk/; revision=17696
2006-03-22Fix http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=820Anders Broman1-3/+3
svn path=/trunk/; revision=17695
2006-03-21From Bill Meier:Jaap Keuter1-1/+1
Ensure "relevant function" logic works for loopback packets containing multiple forwarding addresses. svn path=/trunk/; revision=17689
2006-03-20svn propertiesAnders Broman1-1/+1
svn path=/trunk/; revision=17686