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
/
asn1
/
ros
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...
Bill Meier
2014-02-26
4
-6
/
+6
*
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Jeff Morriss
2014-02-18
11
-22
/
+0
*
Reject the packet if data is NULL without doing anything else.
Chris Maynard
2013-12-09
1
-10
/
+5
*
context is not being passed to dissector, not through pinfo->private_data so ...
Michael Mann
2013-11-10
1
-3
/
+1
*
In an effort to reduce the use of pinfo->private_data (and some true global v...
Michael Mann
2013-11-05
3
-37
/
+36
*
Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.
Michael Mann
2013-11-03
3
-6
/
+6
*
Require dissector_try_string to pass a data parameter to its subdissectors. ...
Michael Mann
2013-11-02
1
-1
/
+1
*
Fix checkapi warnings (missing id)
Jörg Mayer
2013-09-15
1
-3
/
+5
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
3
-3
/
+3
*
expert_add_info_format_text -> expert_add_info_format
Michael Mann
2013-09-09
1
-1
/
+1
*
Apparently one of our major global headers must include emem.h, because I just
Evan Huus
2013-06-19
4
-10
/
+10
*
Convert the rest of the ASN1 dissectors from emem to wmem.
Evan Huus
2013-06-19
1
-2
/
+2
*
Remove check_col() from ASN.1 dissectors
Michael Mann
2013-06-14
6
-23
/
+12
*
Convert ASN.1 dissectors to use filterable expert info.
Michael Mann
2013-06-03
4
-5
/
+17
*
Small optical change
Jörg Mayer
2013-05-07
1
-3
/
+0
*
Allow generating some more dissectors with cmake.
Jörg Mayer
2013-05-07
1
-0
/
+42
*
Just whitespace changes
Jörg Mayer
2013-05-05
1
-2
/
+2
*
Stub cmake support for generating the asn1 dissectors.
Jörg Mayer
2013-04-23
1
-0
/
+23
*
-Wmissing-prototypes
Anders Broman
2013-03-28
1
-0
/
+3
*
From beroset:
Anders Broman
2013-03-18
1
-12
/
+12
*
How can I get a new tvbuff that starts at an offset within a given
Guy Harris
2013-02-19
1
-1
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-1
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
5
-5
/
+5
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-01-13
1
-1
/
+0
*
[-Wunused-but-set-variable]
Anders Broman
2011-11-14
1
-2
/
+1
*
Don't generate the conformance file for exported types when building the
Jeff Morriss
2011-10-14
1
-1
/
+1
*
Build the ASN.1 dissectors directly into epan/dissectors (rather than building
Jeff Morriss
2011-10-10
1
-4
/
+0
*
Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.
Stig Bjørlykke
2011-07-19
1
-2
/
+2
*
Use correct encoding for proto_tree_add_item().
Stig Bjørlykke
2011-07-19
1
-2
/
+2
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
3
-3
/
+3
*
Do not report undecoded message to expert info for ReturnResult without resul...
Tomas Kukosa
2010-09-08
1
-7
/
+10
*
Updates to the ROS dissector to support IDMP and fix to IDMP for implicit dec...
Graeme Lunt
2010-06-09
3
-8
/
+24
*
Use find_or_create_conversation() in some ASN.1 dissectors
Jeff Morriss
2010-05-13
1
-13
/
+1
*
#include <string.h> and/or #include <stdio.h> not needed.
Bill Meier
2010-04-07
1
-2
/
+0
*
#include <stdio.h> not needed.
Bill Meier
2010-04-06
1
-1
/
+0
*
Fix gcc -Wshadow warnings
Bill Meier
2010-01-28
1
-10
/
+10
*
Remove a check_col() in asn1 template file (SVN #31519 did only the generated...
Bill Meier
2010-01-27
1
-2
/
+1
*
Don't se_alloc() the conversation structure which contains pointers to two
Jeff Morriss
2009-10-18
1
-21
/
+27
*
Make all proto_* values static.
Stig Bjørlykke
2009-10-11
1
-1
/
+1
*
Remove unused NEED_PACKET_PROTO_H variable
Kovarththanan Rajaratnam
2009-10-08
1
-1
/
+0
*
Expert info for undecoded Q.932 and H.450 operations
Tomas Kukosa
2009-08-24
3
-0
/
+9
*
Don't guard col_clear 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:
Stig Bjørlykke
2009-07-07
1
-2
/
+2
*
Small typo.
Graeme Lunt
2009-06-02
1
-1
/
+1
*
Added expert info for OID not implemented.
Stig Bjørlykke
2009-05-20
1
-6
/
+6
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-1
/
+1
*
Get rid of unused code warnings.
Anders Broman
2008-07-23
1
-0
/
+4
*
Handling of ROS Rejects.
Graeme Lunt
2008-04-13
2
-1
/
+63
[next]