index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-ocsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate asn.1 dissectors.
Jakub Zawadzki
2012-09-24
1
-6
/
+6
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Regenerate all asn.1 dissectors.
Jakub Zawadzki
2012-09-10
1
-2
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-2
/
+2
*
Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;
Bill Meier
2011-10-15
1
-1
/
+1
*
Regenerate ASN.1 dissectors to update the #line directive.
Stig Bjørlykke
2011-05-13
1
-14
/
+14
*
packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of ...
Anders Broman
2011-01-26
1
-1
/
+1
*
From Kaspar Brand:
Anders Broman
2011-01-26
1
-3
/
+3
*
Add a little more code to avoid not-very-useful blurbs:
Jeff Morriss
2010-05-11
1
-3
/
+3
*
Regenerate a few more of the ASN.1 dissectors
Jeff Morriss
2010-05-11
1
-51
/
+51
*
#include <string.h> and/or #include <stdio.h> not needed.
Bill Meier
2010-04-07
1
-7
/
+6
*
#include <stdio.h> not needed.
Bill Meier
2010-04-06
1
-7
/
+6
*
Regenerate asn1 dissectors (no change, only some line offset changes)
Kovarththanan Rajaratnam
2009-10-09
1
-3
/
+3
*
Remove check_col() guard
Kovarththanan Rajaratnam
2009-09-24
1
-6
/
+2
*
Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...
Kovarththanan Rajaratnam
2009-09-23
1
-4
/
+0
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-4
/
+2
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-6
/
+6
*
Regenerate all asn2wrs generated dissectors.
Stig Bjørlykke
2009-05-16
1
-5
/
+5
*
fix problem with X.411 asn2wrs compilation, all dissectors regenerated
Tomas Kukosa
2008-11-10
1
-1
/
+1
*
Regenerate all asn2wrs generated dissectors
Anders Broman
2008-11-01
1
-4
/
+4
*
Add id-pkix-ocsp-nocheck.
Anders Broman
2008-10-30
1
-3
/
+14
*
Get rid of dissect_ber_boolean_value() and change the signature of
Anders Broman
2008-01-04
1
-1
/
+1
*
Update do use the -X and -T asn2wrs flags.
Anders Broman
2007-11-04
1
-265
/
+127
*
get users of oid_resolv to use the new oids, rollout packet-snmp.c
Luis Ontanon
2007-08-25
1
-1
/
+1
*
Prepare for the use of the new -X parameter for BER encoded protocols.
Anders Broman
2007-05-22
1
-59
/
+59
*
actx in the rest of dissect_ber..()l
Anders Broman
2007-05-15
1
-13
/
+13
*
Second step in introducing asn context to BER dissectors just like in PER.
Anders Broman
2007-05-13
1
-171
/
+186
*
Start introducing actx to ber functions.
Anders Broman
2007-05-06
1
-45
/
+45
*
EXTERNAL type is handled in asn2wrs now
Tomas Kukosa
2007-05-03
1
-1
/
+1
*
change the signature that asn2wrs generates for functions to marm all paramet...
Ronnie Sahlberg
2007-03-21
1
-84
/
+84
*
ASN.1 dissectors regenerated with new asn2wrs to get updated field blurb
Tomas Kukosa
2006-08-16
1
-50
/
+50
*
- remove some #.MODULE_IMPORT from .cng files
Tomas Kukosa
2006-05-24
1
-4
/
+4
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-3
/
+3
*
Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.
Guy Harris
2005-12-08
1
-15
/
+18
*
- dissect_ber_object_identifier() returns value as tvb
Tomas Kukosa
2005-11-14
1
-7
/
+4
*
Regenerate dissectors with the current asn2eth.
Guy Harris
2005-09-02
1
-21
/
+40
*
change the symbol dissect_ber_CHOICE back into dissect_ber_choice
Ronnie Sahlberg
2005-07-21
1
-14
/
+18
*
Fix up a bunch of arguments to "dissect_ber_identifier()" to match its
Guy Harris
2005-07-09
1
-12
/
+16
*
make dissect_ber_choice take a guint* that will return the
Ronnie Sahlberg
2005-06-26
1
-16
/
+16
*
Define a maximum OID string length, and use it in a lot of places. Fixes a
Gerald Combs
2005-04-22
1
-1
/
+1
*
update asn2eth and all generated dissectors to new dissect_ber_boolean that t...
Ronnie Sahlberg
2005-02-23
1
-31
/
+31
*
Fix the following gcc-4 error:
Jörg Mayer
2004-12-14
1
-2
/
+2
*
update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...
Ronnie Sahlberg
2004-12-13
1
-20
/
+20
*
update the helper for BER GeneralizedTime to handle implicit tag and update a...
Ronnie Sahlberg
2004-12-12
1
-6
/
+6
*
updates from tomas and anders
Ronnie Sahlberg
2004-12-12
1
-7
/
+7
*
new protocol : RFC2560 Online Certificate Status Protocol
Ronnie Sahlberg
2004-11-29
1
-0
/
+1079