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-ber.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak: re-init defragmentation tables each time a capture file is (...
Bill Meier
2009-10-17
1
-9
/
+11
*
From Gerasimos Dimitriadis:
Anders Broman
2009-10-04
1
-5
/
+7
*
Switch a bunch of dissectors over to using tvb_new_subset_remaining()
Kovarththanan Rajaratnam
2009-08-16
1
-7
/
+7
*
Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-7
/
+7
*
Apply some of the patches from:
Anders Broman
2009-05-13
1
-3
/
+1
*
Squelch a warning.
Guy Harris
2009-04-03
1
-1
/
+1
*
Don't reply on an argument of -1 as the last argument of tvb_memcpy()
Guy Harris
2009-04-03
1
-6
/
+15
*
Display information which OID is not implemented in expert info
Tomas Kukosa
2009-02-06
1
-1
/
+1
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-18
1
-1
/
+1
*
Added a filter entry when dissector for OID not implemented.
Stig Bjørlykke
2008-11-29
1
-6
/
+14
*
Fixed decoding of multiple sequences in a sequence of implict sequence.
Stig Bjørlykke
2008-10-16
1
-7
/
+16
*
Count correct number of items in indef sequence-of and set-of.
Stig Bjørlykke
2008-10-14
1
-0
/
+6
*
#include <emem.h> not req'd
Bill Meier
2008-08-26
1
-1
/
+0
*
From Martin Peylo (bug 2507):
Stig Bjørlykke
2008-08-01
1
-0
/
+134
*
Fix some warnings reported by gcc -Wshadow ...
Bill Meier
2008-06-27
1
-135
/
+135
*
Removed even more "statement not reached" warnings.
Stig Bjørlykke
2008-02-07
1
-2
/
+0
*
Let epan/asn1.c handle real type.
Anders Broman
2008-01-18
1
-36
/
+13
*
From Martin Peylo (bug 2184), fix for:
Sake Blok
2008-01-12
1
-6
/
+48
*
When searching for EOC (because we have an indefinite length) don't stop sear...
Jeff Morriss
2008-01-09
1
-3
/
+11
*
Get rid of dissect_ber_boolean_value() and change the signature of
Anders Broman
2008-01-04
1
-8
/
+2
*
Get rid of ber_last_created_item(). (Final?)
Anders Broman
2008-01-04
1
-23
/
+16
*
Add more debug info.
Anders Broman
2007-12-30
1
-1
/
+1
*
Moved check for empty choice to make it work correctly.
Stig Bjørlykke
2007-11-23
1
-14
/
+14
*
Added handling of octet-aligned data according to direct_reference.
Stig Bjørlykke
2007-11-21
1
-24
/
+38
*
Improved "BER Error" messages to be more uniform.
Stig Bjørlykke
2007-11-19
1
-43
/
+48
*
Second try to not stop processing if length==0 in choice.
Stig Bjørlykke
2007-11-19
1
-0
/
+16
*
Reverted r23485 and r23486, this was not a correct fix.
Stig Bjørlykke
2007-11-19
1
-24
/
+0
*
And dump internal ber fields for empty choice field.
Stig Bjørlykke
2007-11-18
1
-0
/
+8
*
As proposed by Martin Peylo:
Stig Bjørlykke
2007-11-18
1
-0
/
+16
*
Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).
Graeme Lunt
2007-11-14
1
-1
/
+4
*
From Florent DROUIN:
Anders Broman
2007-11-13
1
-0
/
+18
*
Get rid of most of the legacy oid stuff.
Anders Broman
2007-11-01
1
-2
/
+2
*
Change:
Anders Broman
2007-11-01
1
-1
/
+1
*
Use oid_add_from_string for adding names.
Anders Broman
2007-10-31
1
-3
/
+3
*
Apply the small performance enhancment patches for:
Anders Broman
2007-10-23
1
-1
/
+1
*
replace oid_to_str_buf() and oid_to_str()
Luis Ontanon
2007-08-25
1
-6
/
+1
*
get users of oid_resolv to use the new oids, rollout packet-snmp.c
Luis Ontanon
2007-08-25
1
-2
/
+7
*
Warning fixes
Jörg Mayer
2007-08-24
1
-2
/
+4
*
The ber header was missing from the object, resulting in
Jörg Mayer
2007-08-24
1
-26
/
+36
*
get_ber_length doesn't need the tree argument, get rid of it.
Jörg Mayer
2007-08-24
1
-17
/
+17
*
Handle unknown Universal and BMP strings.
Graeme Lunt
2007-08-18
1
-0
/
+14
*
Improved dumping of unexpected data when dissector for OID not implemented.
Stig Bjørlykke
2007-08-15
1
-4
/
+24
*
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739
Anders Broman
2007-08-13
1
-2
/
+2
*
remove unused variable
Tomas Kukosa
2007-07-26
1
-1
/
+0
*
- export some ASN.1 functions from libwireshark
Tomas Kukosa
2007-07-26
1
-9
/
+11
*
- get rid of anonymous unions
Tomas Kukosa
2007-07-13
1
-2
/
+2
*
From Stig Bjørlykke:
Anders Broman
2007-07-05
1
-69
/
+181
*
Fix a typo.
Anders Broman
2007-06-23
1
-1
/
+1
[next]