aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-09-03Made FCS calculation and checking code work on GCC 4.3.1. jake1-3/+3
2008-09-02Cleanup related to prefs & proto_reg_handoffwmeier7-142/+98
2008-09-02Try to fix unused code warnings.etxrab2-159/+70
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)wmeier10-36/+16
2008-09-02Handle extension header.etxrab1-1/+50
2008-09-02Fetch the key length using pntohs. Initialize and check its length.gerald1-5/+4
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier7-7/+7
2008-09-02OK, let's see if the x509sat dissector is clean.guy1-3/+3
2008-09-02Try to fix unused code warnings.etxrab1-13/+3
2008-09-02Try to fix unused code warnings.etxrab2-88/+40
2008-09-01Try to fix unused code warnings.etxrab1-47/+42
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.etxrab4-436/+731
2008-08-31Try to fix "defined but not used" warnings.etxrab1-4/+81
2008-08-31Remove test code for depreciated OID.etxrab1-4/+4
2008-08-31Update to X.509:08/2005.etxrab2-62/+451
2008-08-31OID 1.3.6.1.5.5.7.8.5 (id-on-xmppAddr) not recognized by BER dissector.etxrab1-2/+24
2008-08-27Give "initialized" the right data type.guy1-1/+1
2008-08-27If port pref changed, delete registration for previous portwmeier1-5/+13
2008-08-26Give macros and libraries names that imply that clean dissectors are theguy3-64/+63
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-26Fix some macro name errors.guy2-4/+4
2008-08-26#include <emem.h> not req'dwmeier68-68/+0
2008-08-26Get rid of an unused variable in the P7 dissector.guy3-27/+41
2008-08-25#include <prefs.h> not req'dwmeier44-48/+0
2008-08-25Add Answer or Request to the Command name in the info column depending onetxrab1-1/+2
2008-08-25#include <prefs.h> not req'd; Fix indentation to be conistentwmeier1-109/+109
2008-08-25From Andrei Slavoiu:etxrab1-7/+7
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...wmeier1-18/+12
2008-08-25prefs_register_protocol not req'd since no prefs; simplify reg_handoff & do m...wmeier2-52/+21
2008-08-25Remove unnecessary registration of a prefs callbackwmeier1-3/+1
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupwmeier2-6/+2
2008-08-25prefs.h not req'd; cleanup reg_handoff; wmeier1-8/+3
2008-08-25remove unnecessary registration of a prefs callback; minor cleanupwmeier1-3/+1
2008-08-25remove unnecessary prefs registration since no prefs; minor cleanupwmeier1-10/+0
2008-08-25Remove unnecessary prefs callback; simplify reg_handoff; minor cleanupwmeier1-13/+7
2008-08-25Move a buffer from the stack & do some minor cleanupwmeier1-9/+5
2008-08-25If HAVE_KERBEROS isn't defined, enc_authorization_data_etype isn'tguy1-0/+3
2008-08-25Add another buffer length check to group key decryption.gerald1-0/+6
2008-08-25Fix a couple of crashes in WPA group key decryption.gerald2-0/+7
2008-08-25implement pac info type #12 UPN_DNS_INFOsahlberg1-1/+96
2008-08-25start adding support to decrypt and dissect the enc-authorization-data sahlberg1-1/+86
2008-08-25add a preference and code for tracking how many un-acked bytes are in sahlberg2-0/+67
2008-08-24From Stefan Monhof:etxrab1-1/+1
2008-08-24From Neil Piercy:etxrab8-5939/+5965
2008-08-24From: Stefan Monhof:etxrab2-76/+425
2008-08-22One set of tests for whether a packet looks like a STUN2 packetguy1-57/+19
2008-08-22Only use one IP address for seq/ack analysis.stig1-22/+20
2008-08-22Fix a (probably benign) case where it appears that && should be &wmeier1-1/+1
2008-08-22Fix a case of && which should be &; add some parentheses for claritywmeier1-1/+1
2008-08-21Add an expert info noting an a_rwnd of 0.morriss1-2/+9